代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/359123/10165382
h lcd.h
#ifndef LCD
#define LCD
extern void InitLcd(void);
extern void Delay(unsigned int DelayValue);
extern void LcdDisplayOpen(void);
extern void LcdDisplayClose(void);
extern unsigned char Lcd
www.eeworm.com/read/359102/10165865
lnp lcd.lnp
"STARTUP.obj",
"main.obj",
"intial.obj",
"command.obj",
"interrupt.obj"
TO "LCD"
RAMSIZE(256)
www.eeworm.com/read/359102/10165874
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/359102/10165901
hex lcd.hex
:03000000020800F3
:0C080000787FE4F6D8FD758120020847DF
:090A58001209C4D2CAD29C80FE2E
:1009C40075A89F75B815D288D28A758922758C4707
:1009D400E4F58A758D47F58B75984075C83075CBED
:1009E400FF75CAB87580FF
www.eeworm.com/read/359102/10165902
plg lcd.plg
礦ision3 Build Log
Project:
E:\单片机\89S52\程序\LCD 1602\LCD.uv2
Project File Date: 03/07/2008
Output:
www.eeworm.com/read/359072/10167034
o lcd.o
XL
H 3 areas 25 global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset5 Ref0000
S mod16s Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S empy16s Ref0000
S pop_gset5 R
www.eeworm.com/read/359072/10167073
_c lcd._c
#include
#include "lcd.h"
#include "delay.h"
#include "font.h"
unsigned char CurOffset,CurRow,CurPage,CurCol;//当前指针位置
//--------------复位函数---------------------
void LCD_reset(void)
www.eeworm.com/read/359072/10167087
c lcd.c
#include
#include "lcd.h"
#include "delay.h"
#include "font.h"
unsigned char CurOffset,CurRow,CurPage,CurCol;//当前指针位置
//--------------复位函数---------------------
void LCD_reset(void)
www.eeworm.com/read/359072/10167091
s lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\12864-ICC/delay.h
.dbfunc e delay_nus _delay_nus fV
; tt -> R16
.even
_delay_nus::
.dbline -1
.d
www.eeworm.com/read/359072/10167093
h lcd.h
#ifndef __LCD__H
#define __LCD__H
/*KS0108 128*64 LCD C语言驱动
LCD引脚定义
1---GND
2---VCC
3---VLCD
4---D/I
5---R/W
6---E
7到14 D0-D7
15--CS1
16--CS2
17--RESET
18--VEE
19--SW
20--NC*/
/*