summaryrefslogtreecommitdiff
path: root/stm/lcd.h
blob: 56c541698ea5527859c2c0bf9dea9765b625927b (plain)
1
2
3
4
void lcd_init(void);
void lcd_print_str(const char *str);
void lcd_print_strn(const char *str, unsigned int len);
void lcd_draw_pixel_8(int pos, int val);