代码搜索结果
找到约 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 chinese
// 纵向取模方式 16*16字体
#include
lcd.lk
lcd.o
lcd.src
[Files]
lcd.c
[Headers]
lcd.h
chinese.h
[Documents]
lcd.lst
__text_start:
__start:
007A E5CF LDI R28,0x5F
007B E0D4 LDI R29,4
007C BFCD OUT 0x3D,R28
007D BFDE OUT 0x3E,R29
007E 51C0 SUBI R28,0x10
007F 40D
lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
lcd.s
.module lcd.c
.area lit(rom, con, rel)
_you1::
.byte 0,16
.byte 16,16
.byte 16,16
.byte 255,16
.byte 16,242
.byte 20,28
.byte 16,16
.byte 16,0
.dbfile C:\DOCUME~1\Administrator\桌
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
:040000000C947A00E2
:14005400001010101010FF1010F2141C1010100000804020F7
:1400680018060100003F404040407800404042CC00504EC8BA
:14007C00487FC848484000000040201F204846414040474894
:14009000484E4000080
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 _you1::
0000 0010 .byte 0,16
0002 1010 .byte 16,16
0004 1010