oled stuff
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user