代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.mak

CC = iccavr CFLAGS = -IC:\PROGRA~1\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\PROGRA~1\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -d

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.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR C:\DOCUME~1\Administrator\桌面\LCD128~1\LCD128~1\ FILE chinese.h DEFGLOBAL you1 54 A[16:16]kc DEFGLOBAL you2 64 A[16:16]kc DEFGLOBAL xuan1 74 A[16:

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.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) ----------