搜索资源列表
LCD12232-C51
- 使用1520控制器的12232点阵液晶模块的51单片机控制C代码,keil编译通过,使用端口直接连接方法,P1口为数据口,控制线在P3部分端口,详见程序.-1520 controller using the 12,232 dot-matrix LCD module SCM control of the 51 C code, c51 compiler, the use of ports directly connected, I P1 mouth of data, the Line of Cont
ynokt1
- 使用1520控制器的12232点阵液晶模块的51单片机控制C代码,keil编译通过,使用端口直接连接方法,P1口为数据口,控制线在P3部分端口-1520 controller using dot matrix LCD module 12232 51 C MCU control code keil compiled by the use of ports directly connected, I P1 for data export, the line of control in some po
LEDMatrix
- 89S52 单片机 + 74HC595 + 组成的8X8 LED 点阵驱动显示程序,Keil C环境编写,带显示字符压缩/解压源/显示/代码。-89S52 composed of lattice-driven 8X8 LED display program, Keil C environment preparation, showed a band of characters compression / decompression source / Display / code.
SVM12864lcd
- SVM12864点阵单色LCD的测试代码-SVM12864 monochrome dot-matrix LCD test code .............................
ICC-V0.04
- avr单片机操控ks0108c图形点阵液晶屏代码,使用iccavr6.3编译-avr SCM manipulation ks0108c dot matrix LCD screen code, Compiling use iccavr6.3
16X32_LS164
- 提供了LED点阵显示的Proteus仿真电路,和汇编代码。-LED dot matrix display provides a simulation circuit of the Proteus, and assembly code.
51code
- 这是本人花了200元买的51开发板上的所有程序资料,有17个程序代码,包括键盘,点阵,液晶,18b20,1302,adc0809,串口通信等程序,每个程序有pdf资料说明-This is, I spent 200 yuan to buy 51 of all programs to develop on-board information, there are 17 program code, including the keyboard, dot matrix, LCD, 18b20, 1302
zimotiqu
- 输入汉字,提取汉字的16*16点阵代码,再有计算机的串行口发送给单片机-Input Chinese characters, extraction of Chinese characters 16* 16 dot matrix code, and then there are the computer' s serial port to send to the single-chip
dpjhz0
- 一个用汇编语言编的单片机的16*16的点阵显示文字的程序,文字的显示代码用转换软件可以得到,然后加入到程序 里面就可以显示任意字了-An assembly language used for the single-chip 16* 16 dot matrix display text of the procedure, the display of text conversion software code can be used, and then added to the program w
PCtoLCD2002-kive
- 将图片扫描 获得显示的点阵代码, 还可以自己获得想要的图像 然后在液晶上显示-Scan the picture was shown in dot-matrix code, also can obtain the desired image and then displayed on the LCD
LED
- 动态LED点阵显示屏,此LED点阵显示屏是基于51单片,用595驱动,138级联扫描的,由于此类的资料网上很多,但是都没有一个拥有很详尽的说明,所以本人结合自己的实践以及整个测试的过程,给出整个代码详细的解释并分享自己总结出的经验(这些都包含在注释里了),希望对大家有用。 说明:附件里包含了代码和原理图(PROTEL DXP),只需回复就能下载了,希望大家支持。-Dynamic LED dot matrix display, the LED dot matrix display is
Chinese_characters
- 通过调用UCDOS汉字库,取出汉字的点阵代码,以便做单片机等点阵驱动时的汉字代码。-Through HanZiKu UCDOS calls out of character, so lattice codes, when the driver singlechip matrix characters code.
jiema
- 包括18B20,99秒时间计数,红外解码,液晶lcm1602,以及点阵代码。-Including 18B20, 99 seconds count, IR decoding, LCD lcm1602, and the dot matrix code.
18b20
- 包括18B20,99秒时间计数,红外解码液晶lcd1602,以及点阵代码。-Including 18B20, 99 seconds count, IR decoding LCD lcd1602, and the dot matrix code.
LED
- 本程序是用AVR开发的,可以发送任意数量的点阵代码到VB编写的上位机-This program is developed with AVR, you can send any number of dot-matrix code to VB, PC
LCD12864
- 12864的滚动显示程序,经测试无误,使用时只需要改动端口定义和内容点阵代码-12864 rolling display program, tested correctly, use it, just change the port definition and content matrix code
msp430_LCD_Dot-matrix
- msp430的LCD点阵代码,屏幕为12864,控制器为NT7538,通过IAR进行调试-msp430 LCD dot matrix code, the screen for the 12864 controller NT7538 IAR debug
ledV10
- 此程序用于显示停车场的车位余位,程序最后还附录了一些串口协议,用户可能利用串口调试工具,采用PC发送数据给驱动板,来检测程序代码。另外读者可以根椐代码前面部分的宏定义得知单片机的IO口。,(8051 control led Matrix sourse)
decode
- 代码中输入汉字,转换为16*16点阵编码输出。(converted Chinese characters to 16*16 dot matrix encodings)
12864点阵液晶SPI串口通讯程序代码
- 12864图形点阵,驱动芯片ST7565,通讯接口SPI串口,工作电压3.3V,显示单色图形和汉字,需取模生成16进制后写时程序中。