代码搜索结果

找到约 37,566 项符合 LCD 的代码

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._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.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.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,可以通过加一定的数字改变起始行

ds18b20-lcd.lnp

"DS18B20-LCD.obj" TO "DS18B20-LCD" RAMSIZE(256)

ds18b20-lcd.plg

礦ision2 Build Log Project: F:\winf\ME300系列\ME300B\samples_release\WL022_DS18B20+1602LCD显示温度控制\ASM\DS18B20-LCD.uv2 Project File Date: 03/29/2005 Outp

ds18b20-lcd.asm

;******************************************************************************** ;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - DS18B20温度控制1602LCD显示 * ;* 文件: DS18B20-LCD.asm