Welcome![Sign In][Sign Up]
Location:
Search - 12864.h

Search list

[SCMLCD12864

Description: 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示-12864 Serial LCD, contains two documents: lcd.c with lcd.h. call void printLCD (uint8 x, uint8 y, uint8* fmt, ...), can be shown in the string sent to the LCD screen display
Platform: | Size: 5120 | Author: 陈向东 | Hits:

[SCMLCD12864

Description: 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {-12864 LCD original procedures .# Include
Platform: | Size: 40960 | Author: yichongwen | Hits:

[Embeded-SCM Developmenu

Description: 真正实现完美应用的以LCD12864为显示终端的四行多级菜单源码(完整版),绝非某些人发那个毫无帮助的骗点数的PDF文档!压缩包中只包含了3个.h及2个.c文件,请自己在Keil下新建工程并加入相应文件-Real applications in order to achieve the perfect LCD12864 display terminals for multi-level menu of the four lines of source code (full version), not some fat that will not help deceive the PDF document points! Compression package contains only three. H and 2. C file, Keil under their new construction and add the corresponding file
Platform: | Size: 8192 | Author: 赵奇 | Hits:

[SCM12864h

Description: 51单片机的液晶显示代码,开发板上的例程,大家看看。-51 Single-chip liquid crystal display code, the development of on-board routine, let us look at.
Platform: | Size: 37888 | Author: 王尔 | Hits:

[SCM12864c430b

Description: 12864的msp430的显示程序,并行接口-12864.h msp430
Platform: | Size: 33792 | Author: charming | Hits:

[SCMISD4004_7843

Description: 基于AT89S52单片机,驱动ISD4004语音芯片,进行录音/播音等功能,还加上了触摸屏功能和液晶显示功能,7843.h是触摸屏的驱动部分,12864.h是LCD驱动部分。key.h是4X4矩阵键盘驱动部分。-AT89S52-based single-chip, voice chip ISD4004 drive for recording/audio and other functions, also added a touch-screen LCD features and functionality, 7843.h is part of a touch screen driver, 12864.h is part of LCD driver. 4X4 matrix key.h is part of the keyboard driver.
Platform: | Size: 5120 | Author: 符密 | Hits:

[SCMKFBClock

Description: 此程序是我自制开发板上的时钟程序, 根据网上带字库12864液晶时钟改编的 用在不带字库的KS0108液晶上, 增加闹钟控制,背光控制,改进了节日显示功能,改进温度显示零下温度的问题。 所用IC DS18B20 DS1302, 使用MedWIN3.0编辑,编译连接使用的KEIL uv3. 有问题欢迎提出。 姓名:崔超 email:cui_chao@msn.com-This program is my self-development board clock procedures, in accordance with a character 12864 LCD clock online adaptation of font used in the non-KS0108 LCD, the increase in clock control, backlight control and improved holiday display, improved temperature display minus the temperature problem. Used in IC DS18B20 DS1302, the use of MedWIN3.0 edit, compile connections using KEIL uv3. There are problems would welcome suggestions. Name: Cui Chao email: cui_chao@msn.com
Platform: | Size: 3697664 | Author: | Hits:

[source in ebookpic_c_Programing

Description: PIC c语言程序实例。含有I2C方式读写24C02EEPROM实例、PIC单片机12864汉字液晶模块显示图象实例、PIC单片机之步进电机控制移位距离实例、SPI方式读写93C46EEPROM实例、USART通信等9个完整程序设计。-PIC c language program examples. Examples of ways to read and write 24C02EEPROM with I2C, PIC Microcontroller 12864 character LCD module display image examples, PIC MCU shift from the example of stepping motor control, SPI mode read and write 93C46EEPROM instance, USART communications 9 full programming.
Platform: | Size: 14336 | Author: | Hits:

[SCMCtimegame

Description: 本次源码包含1302.h,12864.h,18b20.h和主函数,还有用proteus的仿真图,可按照仿真图制作成硬件,主要功能有电子万年历,贪吃蛇和俄罗斯方块游戏,测试已通过,可用,本人已将其制作成了实物。-The source code contains 1302.h, 12864.h, 18b20.h and the main function, as well as the simulation map with proteus can be made into a hardware graph by simulation, the main function of an electronic calendar, Snake and Tetris game, test has passed, can I have it made into real.
Platform: | Size: 161792 | Author: 华剑斐 | Hits:

[SCM430-12864

Description: msp430单片机对12864液晶(K0108)的启动,可显示汉字,数字还有光标功能。-msp430 microcontroller on the 12864 LCD (K0108) to start, can display Chinese characters, a number that the cursor function.
Platform: | Size: 4096 | Author: liuyun | Hits:

[SCM12864

Description: #include<reg51.h> #include"zimo.c" #include"r_and_w.c" #define unint unsigned int #define uchar unsigned char #define K1=P2^1 #define K2=P2^2 #define K3=P2^3 #define K4=P2^4 void chushihua() void hanzi(char ,char ,uchar code *p) void piont_seg(uchar temp_x,uchar temp_y) void assic(char ,char ,uchar code *p ) void assic_1(char x,char y,uchar *p) void tebie(char x,char y,uchar code *p) void snake(uchar *p1,uchar *p2) uchar count=0 uchar x_data[]={0,0,0,0} uchar y_data[]={0,1,2,3} -#include<reg51.h> #include"zimo.c" #include"r_and_w.c" #define unint unsigned int #define uchar unsigned char #define K1=P2^1 #define K2=P2^2 #define K3=P2^3 #define K4=P2^4 void chushihua() void hanzi(char ,char ,uchar code*p) void piont_seg(uchar temp_x,uchar temp_y) void assic(char ,char ,uchar code*p ) void assic_1(char x,char y,uchar *p) void tebie(char x,char y,uchar code*p) void snake(uchar*p1,uchar*p2) uchar count=0 uchar x_data[]={0,0,0,0} uchar y_data[]={0,1,2,3}
Platform: | Size: 3072 | Author: 石威 | Hits:

[SCMshuzibiamakaiguan

Description: 基于STC单片机+数字旋转编码器源程序+12864显示,经测试,很好用-STC microcontroller-based digital rotary encoder+ source code+12864 display, tested, very good
Platform: | Size: 29696 | Author: 基德 | Hits:

[Embeded-SCM Developmzlh04-12864

Description: mzlh04-12864液晶的编程资料和在51以及MSP430单片机编程中可以直接使用的***.h文件-mzlh04-12864 LCD programming information and programming in the MSP430 microcontroller 51 and can be used directly***. h file
Platform: | Size: 2904064 | Author: tjy | Hits:

[Other12864wannianli

Description: 以前学习的时候用的,感觉一个很好的程序。不是本人编的,对于大家一起学习12864很好.-henhao de chengxu
Platform: | Size: 1772544 | Author: 项小羽 | Hits:

[ARM-PowerPC-ColdFire-MIPSSPI-LCD12864

Description: 这是在STM32F107上通过SPI1测试12864液晶(ST7920驱动)的程序,已测试通过。因为是用SPI写FLASH的程序改的,看程序的时候只需关注12864.C和12864.h即可。 第一次上传不知道分类设的对不对,有问题请指教。-Key word: SPI serial port LCD12864(drive IC:ST7920)
Platform: | Size: 5145600 | Author: Geoge | Hits:

[Other12864.h

Description: 使用51单片机的液晶12864显示,程序简单,易理解-51 single-chip LCD 12864, the program is simple, easy to understand
Platform: | Size: 15360 | Author: 曾德查 | Hits:

[SCMh-Cry12864

Description: 430单片机的显示模块程序 是基于12864液晶显示模块-430 single-chip display module program is based on the 12864 liquid crystal display module
Platform: | Size: 69632 | Author: ABAO | Hits:

[SCMDrive_Parallel.h

Description: 12864驱动程序,基于PIC16F8-12864 drivers, based on PIC16F877
Platform: | Size: 2048 | Author: 苏越 | Hits:

[Software Engineeringmsp430x44x.h

Description: MSP430控制12864液晶显示器显示输出-12864 MSP430 LCD display output
Platform: | Size: 4096 | Author: 年辉 | Hits:

[SCM12864(ks0108)and-ad

Description: 此为proteus的仿真程序,仿真内容:从ad读取数据并送12864显示,显示方式由三个开关控制。12864有三页,第一页为主屏,第二页为功能选择页,用来选择第三屏显示从ad读取的数据的方式,第三屏为四种形式的ad数据显示。此程序功能较简单,但代码有一定的借鉴性。注:将里面的reg52.h的头文件复制进自己的keil头文件库中才能运行,里面有自定义的内容(自定义部分有标注)。开发环境为keil uvision-This is proteus simulation, emulation content: reads data from the ad and sent 12,864 display, display consists of three switch control. 12864 three pages, the first page of the main screen, the second page of the function select page, to select a third screen display data read from the ad, and the third screen for the four forms of the ad data. This program features relatively simple, but there is some reference of the code. Note: The inside of the reg52.h header files copied into its own header file keil library in order to run, which has a custom content (part of a custom label)
Platform: | Size: 115712 | Author: 郑志伟 | Hits:
« 12 3 »

CodeBus www.codebus.net