代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display char
#include
#includ
lcd.s
.module lcd.c
.area lit(rom, con, rel)
_num::
.byte 62,'Q
.byte 'I,'E
.byte 62,0
.byte 0,'B
.byte 127,64
.byte 0,0
.byte 'B,'a
.byte 'Q,'I
.byte 'F,0
.byte 33,'A
.byte 'E,'K
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)
----------
lcd.hex
:040000000C94E50077
:140054003E5149453E0000427F400000426151494600214157
:14006800454B31001814127F10002745454539003C4A4949AF
:14007C003000017109050300364949493600064949493E0057
:140090007E1111117E0
lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
lcd.lis
.module lcd.c
.area lit(rom, con, rel)
0000 _num::
0000 3E51 .byte 62,'Q
0002 4945 .byte 'I,'E
0004 3E00
lcd.prj
[Compiler Options]
Edit1=C:\PROGRA~1\icc\include\
Edit2=C:\PROGRA~1\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
lcd.o
XL
H 3 areas 19 global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 1EE flags 0
dbfi