代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/356390/10228479
opt 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 {
www.eeworm.com/read/356390/10228493
lib lcd.lib
www.eeworm.com/read/356390/10228494
hex lcd.hex
:03000000020BA54B
:0C0BA500787FE4F6D8FD758113020A1079
:10000E0020202020202020202020202020202020E2
:10001E0000CAB1D6D3B3F6B4ED002020B2CBB5A54D
:10002E00B3CCD0F2B5F7CAD4202000202020200077
:10003E00
www.eeworm.com/read/356390/10228495
plg lcd.plg
礦ision2 Build Log
Project:
E:\彭春\程序调试\菜单程序调试\LCD.uv2
Project File Date: 10/30/2007
Output:
www.eeworm.com/read/356390/10228501
h lcd.h
#define LCD XBYTE[0x7000]
//#define LED XBYTE[0X5000]
void Clear_lcd(void);
void InitLcd(void);
void LcdCommand(unsigned char);
void LcdData(unsigned char);
void PrintStr(unsigned char, unsi
www.eeworm.com/read/356195/10235216
h lcd.h
#include
#include
#include
#define w_c_add XBYTE[0x2070] /* 写命令字地址 */
#define w_d_add XBYTE[0x2071] /* 写数据地址 */
#define r_s_add XBYTE[0x2072] /* 读状态字地址 */
#defi
www.eeworm.com/read/356190/10235223
c lcd.c
#include
#include
#include
#include "HZcode.h"
#include "LCD.h"
#include "1302.h"
#include "key.h"
#include "adc0831.h"
uchar time0_count; //time0计数器
//t
www.eeworm.com/read/356190/10235233
opt 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 {
www.eeworm.com/read/356190/10235234