代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
#include
#include
#include
#include
//--------LCD control bit---------------
sbit RS = P2^0;
sbit RW = P2^1;
sbit E = P2
lcd.h
//lcd控制命令
#define clear 0x01 //清屏
#define function 0x38 //功能设定
#define com_open 0x0f //开显示幕,开光标,开闪烁
#define part_open 0x0e
lcd.plg
礦ision2 Build Log
Project:
D:\船舶浸水报警系统\报警12-5-19\12-5-19\lcd.uv2
Project File Date: 12/06/2005
Output:
lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
lcd.hex
:10000E0000000000000100000001C000000180009F
:10001E00000180000001800000018000000180606E
:10002E00000180E00011C1800039C3001FF1C4003F
:10003E000031A8000031B000006190000061900016
:10004E000061980000C
lcd.c
/*--------------------------------------------------*/
/* AVR-ARM开发网论坛 */
/* http://www.avrarm.com */
/* AVR生成代码测试程序
lcd.h
#ifndef __LCD__H
#define __LCD__H
//定义MCU与LCD的接口
#define LCD_EN_DDR DDRA
#define LCD_EN_PORT PORTA
#define LCD_EN (1
lcd.o
XL
H 1 areas A global symbols
M lcd.c
S push_gset3 Ref0000
S _delay_nus Ref0000
S pop_gset3 Ref0000
A text size 10C flags 0
dbfile G:\avr16\avr16-1020-2\lcd.c
dbfunc e LCD16xx_init 0 fV
dblin