Change info prints

This commit is contained in:
2023-11-28 18:31:47 +05:30
parent 58ff047dd5
commit 1ed1fa337b
5 changed files with 26 additions and 18 deletions
+3
View File
@@ -5,6 +5,9 @@ enum DISPLAY_POSITION {
POSITION_RIGHT,
};
#define LCD_COLUMNS 16
#define LCD_ROWS 2
void setupDisplay();
void showNumber(uint8_t number);
void showInsideInfo(const char* text);