搜索资源列表
ST7920带中文字库液晶原码程序
- ST7920带中文字库液晶原码程序 12864 keil的,串行方式 编写时已经考虑到往avr上的移植了,spi可以用avr硬件的,也可以用io模拟,甚至可以用mega48的串口做spi主机 ,经过我的测试串行方式,在cs无效时,7920还是可以接受数据,导致显示被误改,如果spi上接了其它器件,小心使用。-Driver with the original Chinese font LCD procedure code 12864 Keil. Serial way has been pre
MS12864R
- 基于51单片机的12864液晶驱动程序,用串口连接显示-based SCM 12864 51 LCD driver, connecting with show
LCD12864
- 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
DS1302串口液晶12864的日历程序
- 用keil51写的DS1302的驱动程序,能够准确显示时间,时间的显示用的是12864串口液晶,方法独立,易于移植,注释也非常准确。
c8051f020 12864液晶显示+串口通讯
- 调试通过的矩阵键盘+12864+串口
12864s.很强大的串口液晶程序
- 很强大的串口液晶程序, 经测试很正确,能够显示图像及汉字 用于12864,Serial LCD is very powerful program, tested it correctly, can display images and characters for the 12864
12864-AVR-show
- 液晶12864 AVR测试程序 atmega16单片机实现液晶12864显示程序-LCD 12864 AVR microcomputer test procedures 12864 LCD display atmega16 program
51kaifaban
- 51单片机全套学习资料 提供电路原理图 各种C语言实验程序 包括LED流水灯,数码管显示,中断,定时器,串口通信,DS18B20温度显示,液晶1602,12864显示,看门狗,按键检测,音乐播放等程序.-51 Singlechip a full set of learning materials to provide a variety of circuit schematics C language experimental procedures, including water LED li
lcd
- 基于AVR单片机ATmega16控制串行口液晶显示器MZL05-12864的程序,实现文字显示输出功能。-AVR-based single-chip serial port control ATmega16 LCD MZL05-12864 procedure, the realization of text output.
lcd12864
- 12864 液晶串口模式显示 包括读和写的底层函数-Model 12864 serial LCD display, including the bottom to read and write function
12864LCD
- 详细讲述了12864带字库液晶的显示原理,并且带有串口和并口的显示程序-With a detailed account of the 12864 principle character LCD display, and serial and parallel port with the display program. . .
Mars-EP1C6-F_code2
- 此包为FPGA学习板接口实验程序源代码,共包括13个实验程序,有7段数码管,1602液晶显示,12864液晶显示,I2C总线,串口通信,拨码开关等.-The packet interface to FPGA board experimental procedure to study the source code, a total of 13 experimental procedure, there are 7-segment digital tube, 1602 LCD 12864 LCD,
billboard
- 多功能广告牌,12864液晶显示,首行滚动显示广告语,按键选择广告,预存5条广告,18B20检测温度显示,DS1302万年历显示,可调时间,具有掉电保护,串口向PC机实时传送温度、时间信息-Multi billboards, 12864 liquid crystal display, the first-line scrolling display advertising language, button select advertising, stored five advertisement
12864
- 基于51单片机控制的12864液晶程序,有串口的,有并口的,还能显示图片的,有需要的同志赶紧下吧-12864 51 Microcontroller based LCD process, with a serial port, a parallel port, and can display images, and those in need quickly, are you gay
51_12864LCD
- 51串口液晶显示程序, 可减少管脚占用-51 serial way of 12864
12864串口液晶显示程序
- 通过编程将信息显示到液晶屏幕上,程序的硬件平台简单,实现方便,而且显示效果好!
12864串口
- 12864液晶显示块运用串口底层驱动,节省IO资源(12864 LCD block, using serial bottom driver, saving IO resources)
SGX-12864-2H技术资料
- SGX-12864-2H技术资料 FC12864-2H 是一种具有 4 位/8 位并行、2 线或 3 线串行多种接口方式,内部含有国标一 级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为 128×64, 内置 8192 个 16*16 点汉字,和 128 个 16*8 点 ASCII 字符集.利用该模块灵活的接口方式和简单、方便的 操作指令, 可构成全中文人机交互图形界面。 可以显示 8×4 行 16×16 点阵的汉字. 也可完 成图形显示.低电压低功耗是其又一显著特点。由该模块构
汇编点阵128*64串口
- LCM液晶点整显示模组程序12864-09 串口程序,使用驱动IC是AIP31067,测试可用
12864点阵液晶SPI串口通讯程序代码
- 12864图形点阵,驱动芯片ST7565,通讯接口SPI串口,工作电压3.3V,显示单色图形和汉字,需取模生成16进制后写时程序中。