root/branch/Styves_POUOTONG/tp_info6/bsp/lcd.h
244 | stpouotong | ||
void lcd_com (char);
|
|||
void lcd_putc(char);
|
|||
void lcd_car(char);
|
|||
void lcd_str(char far *p);
|
|||
void lcd_cls(void);
|
|||
void lcd_init(void);
|
|||
void delay (int n);
|