mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Change info prints
This commit is contained in:
@@ -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);
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
#ifndef BUILD_NUMBER
|
||||
#define BUILD_NUMBER 39
|
||||
#define BUILD_NUMBER 41
|
||||
#endif
|
||||
#ifndef VERSION
|
||||
#define VERSION "v0.1.39 - 2023-11-28 18:19:04.992246"
|
||||
#define VERSION "v0.1.41 - 2023-11-28 18:30:13.789845"
|
||||
#endif
|
||||
#ifndef VERSION_SHORT
|
||||
#define VERSION_SHORT "v0.1.39"
|
||||
#define VERSION_SHORT "v0.1.41"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user