代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/359826/10122601
h lcd.h
#ifndef __LCD_H
#define __LCD_H
extern void ClearScreen (void) small;
extern void ShowHex (unsigned char data* pData, char cCount) small;
extern void ShowText (char code* ps) small;
#endif
www.eeworm.com/read/359826/10122604
a51 lcd.a51
public ClearScreen
public _ShowHex
public _ShowText
;------------------------------------------
RS_PIN equ p3.0
RW_PIN equ p3.1
E_PIN equ p3.5
www.eeworm.com/read/359771/10125399
pdf lcd.pdf
www.eeworm.com/read/359702/10129137
o lcd.o
XL
H 2 areas D global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset5 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset5 Ref0000
S lsl16 Ref0000
A lit size 8E
www.eeworm.com/read/359702/10129152
mak lcd.mak
CC = iccavr
CFLAGS = -IC:\ICC\include\ -e -DATMega8515 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ICC\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:
www.eeworm.com/read/359702/10129153
dbg lcd.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR F:\应用\拷贝应用\icc-avr-lcd\
FILE Display.c
DEFGLOBAL DisTab 22 A[13:13]kc
FILE main01.c
FUNC main 72 fV
BLOCK 6 72
LINE 6 72
LINE 6 72
LINE 16 76
www.eeworm.com/read/359702/10129159
_c lcd._c
#include
//*********************************************
//**the data port,use the port a,if donot change it
#define Db PORTA
#define DbIn PINA
#define DbDir DDRA
//** DB0--PA0
www.eeworm.com/read/359702/10129160
prj lcd.prj
[Compiler Options]
Edit1=C:\ICC\include\
Edit2=C:\ICC\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=6
RadioGroup1=0
Edi
www.eeworm.com/read/359702/10129164
mp lcd.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------