搜索资源列表
图形写入
- 89c51的t6963驱动程序 图形写入方式,直接数据水平及垂直方向坐标,并将字库代码地址写入dptr便可使用。 作者:周长盛-89c51 the driver graphics writing, direct data horizontal and vertical coordinates of the direction and character code addresses will be used to write dptr. Author : Zhou Changsheng
176220-29TEST
- 单片机下S1D19015的液晶驱动 爱普生近日推出款用于2.5G和3G手机的彩色TFT LCD驱动器IC——S1D19105。该单芯片解决方案同时支持176×RGB×220点(QCIF+)显示和262,144种色彩,并提供独立的RGB视频接口,能够与爱普生的移动图形引擎(Mobile Graphics Engine)方便结合,从而在手机上建立兼容视频的显示系统。该芯片有两个接口系统,一个MPU接口和一个RGB接口。 直接连接于MPU的总线可传输命令和静态图像,同时专用视频RGB接口和V
3310xianshi
- NOKIA手机屏3310驱动,完成了显示图形,汉字字符,浮点型数据,英文字符串函数,可直接调用.
yejin
- OCM12864液晶显示模块是128×64点阵型液晶显示模块,可显示各种字符及图形,可与CPU直接接口,具有8位标准数据总线、6条控制线及电源线。采用KS0107控制IC。
Lcd_direct_demo
- 128×64图形液晶显示程序,采用直接方式的硬件连接方式,可实现图形,文字的显示-128 64 LCD graphics procedures, the use of direct methods of connectivity hardware, graphics, text display
LCD
- LCD图形显示_菜单管理程序,直接在ICCV7上编译通过后写入处理器可以运行,图形显示_菜单管理程序移植性好,可以直接用于项目和实验。-_ LCD graphical display menu management procedures, directly after the passage of ICCV7 compiled into the processor can run, graphical display menu management process _ good transpla
LCD12864
- LCD12864点阵液晶驱动程序,可以显示汉字和图形。汉字可直接调用字库图形需要输入。-XX
160128LCD
- at89c51单片机上160128lcd显示图形的实现(包含仿真文件,可以直接仿真)-The at 89 cs 51 single slice on board 160128 lcdses show the realization of sketch(the containment imitate a true document, can directly imitate really)
lcd
- 采有stc90c516单片机系列控制192X64点阵的LCD显示图形及菜单,给定的函数可以直接显示大小的字符-Mining has stc90c516 microcontroller family control 192X64 dot matrix LCD display graphics and menus, the function given the size of the characters can be directly displayed
Text1
- 用来测试图形液晶显示模块LCM3202401的直接访问方式的小程序 -Graphic LCD modules used to test the direct access mode LCM3202401 small program
12864
- 12864液晶 基于msp430单片机 串口显示,用户可以按自己的需要修改端口和需要现实的图形就可以直接应用-12864 LCD based on MSP430single-chip serial display, the user may according to own need to modify the port and the need for realistic graphics can be directly used
LCD18B20withMCU51
- 51单片机控制12806液晶的动态显示代码,可以显示任意字符图形,是完善的代码,可直接用于工程开发。-51 MCU control 12806 LCD dynamic display code, you can display any character graphics, sound code, can be directly used for engineering development.
stemwin-tutorials-Chapter--nine
- 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期主要讲解2-D图形库的绘制流位图,与C文件格式的位图相反,流位图可放在任何位置。位图流可用于创建位图。这些位图可按与C文件格式位图相同的方式使用。此外,emWin支持直接绘制基于调色板的位图流,而不必在可寻址区域(RAM或ROM)放置完整的图像。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.
LCD12864
- 12864显示图形文字,方便移值.可直接挪用.-12864 graphic text display for easy shift value can be diverted directly.
NH_4
- 使用OpenGL画3D图形的简单例子,通过此代码可以很直接的学习画3D图形,用中文注释-3D graphics using OpenGL drawing of a simple example, the passage of this code can be very straightforward to learn painting 3D graphics, use of Chinese Notes
STM32简单的GUI程序
- 简单的图形界面,main初始化完成之后直接进入菜单界面循环。指针函数指向菜单切换链表的第一个函数,退出函数后,根据KEY_TYPE变量的值,指向链表中不同编号的函数。非常直观,适合无操作系统的简单的环境下编程。