display and btn handling starts working ...

This commit is contained in:
Florent de Lamotte
2025-04-10 16:24:17 +02:00
parent a5f210779f
commit 7534c5143f
7 changed files with 159 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ class UITask {
char _origin[62];
char _msg[80];
int _msgcount;
bool _need_refresh = true;
void renderCurrScreen();
void buttonHandler();