代码搜索:lCD

找到约 10,000 项符合「lCD」的源代码

代码结果 10,000
www.eeworm.com/read/290879/8457218

_c 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
www.eeworm.com/read/290879/8457219

lk lcd.lk

lcd.o
www.eeworm.com/read/290879/8457222

src lcd.src

[Files] lcd.c [Headers] lcd.h chinese.h [Documents]
www.eeworm.com/read/290879/8457226

lst 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
www.eeworm.com/read/290879/8457236

c 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
www.eeworm.com/read/290879/8457239

s 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\桌
www.eeworm.com/read/290879/8457243

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) ----------
www.eeworm.com/read/290879/8457245

hex lcd.hex

:040000000C947A00E2 :14005400001010101010FF1010F2141C1010100000804020F7 :1400680018060100003F404040407800404042CC00504EC8BA :14007C00487FC848484000000040201F204846414040474894 :14009000484E4000080
www.eeworm.com/read/290879/8457248

h 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,可以通过加一定的数字改变起始行
www.eeworm.com/read/290879/8457254

lis lcd.lis

.module lcd.c .area lit(rom, con, rel) 0000 _you1:: 0000 0010 .byte 0,16 0002 1010 .byte 16,16 0004 1010