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