代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"12 C:\HT-PIC\INCLUDE\pic1684.h
[v _RTCC `Vuc 1 s 1 @1 ]
"13
[v _TMR0 `Vuc 1 s 1 @1 ]
"14
[v _PCL `Vuc 1 s 1 @2 ]
"15
[v _STATUS `Vuc 1 s 1
lcd.dep
C:\HT-PIC\INCLUDE\pic.h
C:\HT-PIC\INCLUDE\pic1684.h
H:\Programming\PicC\Programmi_DB\rtc_ds1307\lcd.h
H:\Programming\PicC\Programmi_DB\rtc_ds1307\delay.h
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 Hitachi
lcd.c
/* LCD interface example
* Uses routines from delay.c
* This code will interface to a standard LCD controller
* like the Hitachi HD44780. It uses it in 4 bit mode, with
* the hardware conne
lcd.h
/*
* LCD interface header file
* See lcd.c for more info
*/
/* write a byte to the LCD in 4 bit mode */
extern void lcd_write(unsigned char);
/* Clear and home the LCD */
extern void
lcd.bak
void delay(void);
void write_LCD_command(unsigned);
void write_LCD_data(unsigned);
void init_LCD(void);
void clear_LCD(void);
void display_LCD_string(char *);
void gotoxy(unsigned,unsigned);
vo
lcd.lst
C51 COMPILER V7.50 LCD 09/15/2005 10:09:05 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd