2013-10-23 20:39:20 +01:00
|
|
|
void lcd_init(void);
|
2013-10-22 23:09:25 +01:00
|
|
|
void lcd_print_str(const char *str);
|
2013-10-19 14:40:54 +01:00
|
|
|
void lcd_print_strn(const char *str, unsigned int len);
|
2013-11-02 16:41:51 +00:00
|
|
|
void lcd_draw_pixel_8(int pos, int val);
|