搜索资源列表
LCD12864
- 注意:不带字库的12864不能直接调用文字库,部液晶驱动芯片的型号也比较落后,为了获得输出图像,每次都要取模,使用不太方便,排除对成本要求非常苛刻的应用外,一般不推荐使用
lcd
- 基于msp430的12864小液晶程序,集成了单个汉字,一组汉字,一组数字等,配合取模软件使用-Based on the msp430 the 12864 small LCD program integrates a single character, a group of characters, a group of figures, with the modulo software
LCDmode-software
- 12864液晶图片取模软件 专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换 配合lcmsim排版仿真软件一起使用,可以大大提高单片机编程的工作效率。-12864 LCD picture taking mode software designed to automatically extract the files to the C language to display the required character, the dot code data conversi
12864test
- 12864液晶图片取模软件,很好的东西啊,推荐一下-12864 LCD picture taking mode software, very good thing, ah, you recommend
12864qumo1
- 12864取模程序1,不错的东东。还有2-12864 modulus procedures Dongdong good.
12864qumo2
- 12864取模程序2,不错的东东。还有1-12864 modulus procedures Dongdong good.
12864code
- 12864取模程序-Modulus procedure 12864
hanziqumo
- 是一个很好的汉字取模软件,能够用于TFT液晶和12864液晶分别进行取模。很好用-Is a good character modulo software, can be used for TFT LCD and LCD respectively modulo 12864. Good use
12864xianshi
- 主要是12864显示功能 主要用以不带字库的 文字和数字可以用文字取模查找-12864 is mainly used to display the main text without the font text and numbers can be used to find modulus
12864
- 在12864液晶显示器上显示一幅画 嘻嘻。。。 随便画一副用取模软件找到代码就可以啦-12864 displayed on the LCD in a picture hee hee. . . Draw a random access mode with the software code to find friends
12864Qumo
- 在做单片机12864时可以批量用来进行取模的软件,也是从别人那里下载来的,很好用-12864 chip can do bulk modulus of the software used to, but also from others to download, useful
single-chip-12864Modulo-procedures
- LCD12864取模程序和单片机的40个实验程序-LCD 12864 to take the mold process and the microcontroller 40 experimental procedures
Line-display-Chinese-characters12864
- 12864 为 不带字库 取模方式为 纵向倒序 取模 显示汉字 方框等-12864 without character modulo display Chinese characters box to the vertical reverse order modulo
12864qumo
- 12864取模软件-12864 modulo software
12864-Driver
- 有关12864的大量程序教程,驱动程序,图片显示,动画显示,取模软件及protues仿真文件-About 12,864 of the large number of procedural manuals, drivers, image display, animation, modulo protues simulation software and documentation
12864
- 运用单片机,对12864进行动态波形的显示。外加取模软件。-Using microcontroller, 12864 for dynamic waveform display. Plus modulo software.
huituchengxu
- 本程序为12864(st7920)驱动程序,实现了最简单的显示功能.用取模软件取的图形或汉字必须是逐行取的,因为本函数是在液晶上逐行打点的-This program is 12864 (st7920) driver, to achieve the most simple display. Modulo software with graphics or characters must take a progressive take, because this function is progre
12864-show-picture
- 基于STC89C52和液晶12864的图片显示程序,仅单张图片,有取模软件提供图片源码。-STC89C52 and 12864-based LCD image display program, only a single picture, the picture has a modulo-source software.
EERP光立方
- 光立方的制作 C51 文件包含代码 仿真 DXP 过程以及视频(Production of optical cubic C51 file, including code simulation, DXP process and video)
12864点阵液晶SPI串口通讯程序代码
- 12864图形点阵,驱动芯片ST7565,通讯接口SPI串口,工作电压3.3V,显示单色图形和汉字,需取模生成16进制后写时程序中。