搜索资源列表
LCD12864
- 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
LCD12864
- 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) {
KFBClock
- 此程序是我自制开发板上的时钟程序, 根据网上带字库12864液晶时钟改编的 用在不带字库的KS0108液晶上, 增加闹钟控制,背光控制,改进了节日显示功能,改进温度显示零下温度的问题。 所用IC DS18B20 DS1302, 使用MedWIN3.0编辑,编译连接使用的KEIL uv3. 有问题欢迎提出。 姓名:崔超 email:cui_chao@msn.com-This program is my self-development board clock pro
ISD4004_7843
- 基于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 function
12864c430b
- 12864的msp430的显示程序,并行接口-12864.h msp430
mzlh04-12864
- mzlh04-12864液晶的编程资料和在51以及MSP430单片机编程中可以直接使用的***.h文件-mzlh04-12864 LCD programming information and programming in the MSP430 microcontroller 51 and can be used directly***. h file
Ctimegame
- 本次源码包含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 g
430-12864
- msp430单片机对12864液晶(K0108)的启动,可显示汉字,数字还有光标功能。-msp430 microcontroller on the 12864 LCD (K0108) to start, can display Chinese characters, a number that the cursor function.
12864
- #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(cha
shuzibiamakaiguan
- 基于STC单片机+数字旋转编码器源程序+12864显示,经测试,很好用-STC microcontroller-based digital rotary encoder+ source code+12864 display, tested, very good
SPI-LCD12864
- 这是在STM32F107上通过SPI1测试12864液晶(ST7920驱动)的程序,已测试通过。因为是用SPI写FLASH的程序改的,看程序的时候只需关注12864.C和12864.h即可。 第一次上传不知道分类设的对不对,有问题请指教。-Key word: SPI serial port LCD12864(drive IC:ST7920)
h-Cry12864
- 430单片机的显示模块程序 是基于12864液晶显示模块-430 single-chip display module program is based on the 12864 liquid crystal display module
Drive_Parallel.h
- 12864驱动程序,基于PIC16F8-12864 drivers, based on PIC16F877
12864(ks0108)and-ad
- 此为proteus的仿真程序,仿真内容:从ad读取数据并送12864显示,显示方式由三个开关控制。12864有三页,第一页为主屏,第二页为功能选择页,用来选择第三屏显示从ad读取的数据的方式,第三屏为四种形式的ad数据显示。此程序功能较简单,但代码有一定的借鉴性。注:将里面的reg52.h的头文件复制进自己的keil头文件库中才能运行,里面有自定义的内容(自定义部分有标注)。开发环境为keil uvision-This is proteus simulation, emulation conte
HLIB
- 自己用的单片机软件开发头文件库,现在分享出来,供大家编程调用使用。12864.h 12864.h1302.h160222.h18b20.h24c02.h24c32.h24c64h 8255a.hadc0831.hADC0832.hAT89X51.HAuthor.hAUTO_ ISP.Hbee.hCapProcess.hconfig.hcrc8.hdata.hDATransform.hdegreepoint.hDELAY.Hdevice_init.h dis.HDISP_LC
LCD_12864_test
- 傻瓜式lcd12864显示驱动程序,全部包含在12864.h文件中-Fool lcd12864 display drivers, all files contained in the 12864.h
12864
- 一个用stm32驱动LCD12864的源码,其中有主要的main.c,12864的C和H文件(其他的为一些通用的库函数,一般开发环境都带有)。自己调试通过,没有问题-One with stm32 driven LCD12864 source, which has the main main.c, 12864, C and H files (others are some common library functions, the general development environment c
12864
- 12864驱动源代码,封装为模块化形式,直接对应.h文件中各个关键 与 其中函数即可-12864 driver source code package for the modular form
c51-driver
- C51外设驱动源码 1602.h 12232.h 12864.h 240128.h ascii.h DS12c887.h DS18B20.h ds1302.h MAX531.h music.h musiccode.h PCF8563.h SIO.H stc58rd+.h stc89le516ad.h STC_ADC.h STC_EEPROM.H TC35i.h TLC2543.h TLC5628.h ZLG7289.h-c51 driver !!!
12864
- Stm32实现与LCD12864液晶屏显示,可以BMP和文字 显示 - 34/5000 Stm32 shíxiàn yǔ LCD12864 yèjīng píng xiǎnshì, kěyǐ BMP hé wénzì xiǎnshì Stm32 with LCD12864 LCD display, you can BMP and text display