oled stuff

This commit is contained in:
2020-11-19 20:03:37 +01:00
parent 5605a3d1d5
commit 33fcf6c080
6 changed files with 61 additions and 3 deletions

View File

@ -33,5 +33,8 @@ void oled_PrintEdge(void);
void oled_Cursor(unsigned char cursor_column, unsigned char cursor_row);
void oled_PrintLine(void);
void oledClear();
void oledPrint(char msg[]);
#endif /* OLED_H_ */