]> git.tdb.fi Git - model-railway-devices.git/blob - firmware/lcd.h
abb1017e4fcd422be5854567c953f3247926e580
[model-railway-devices.git] / firmware / lcd.h
1 #ifndef LCD_H_
2 #define LCD_H_
3
4 void lcd_init(void);
5 void lcd_clear(void);
6 void lcd_gotoxy(uint8_t, uint8_t);
7 void lcd_write(uint8_t);
8
9 #endif