代码搜索结果

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

lcd.c

/* * LCD interface example * Uses routines from delay.c * This code will interface to a standard LCD controller * like the samsung KS0066. It uses it in 4 bit mode, with * the hardware

lcd.h

#define SPLC780D #ifndef _LCD_H_ #define _LCD_H_ /* * LCD interface header file * See lcd.c for more info */ /* light lcd & dark*/ void lcd_light(void); void lcd_dark(void); /* wr

lcd.sdb

[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ] "14 C:\HT-PIC\include\pic168xa.h [v _INDF `Vuc 1 s 1 @0 ] "15 [v _TMR0 `Vuc 1 s 1 @1 ] "16 [v _PCL `Vuc 1 s 1 @2 ] "17 [v _STATUS

lcd.lst

1: /* 2: * LCD interface example 3: * Uses routines from delay.c 4: * This code will interface to a standard LCD controller 5: * like the samsung KS0066. It us

lcd.asm

RSO BIT P1.0 RW BIT P1.1 LCDEN BIT P1.2 CLR_DISP EQU 01H RT_HM EQU 02H EM_SET EQU 06H DISP_ON EQU 0CH