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

@@ -59,9 +59,12 @@
#ifdef DISPLAY_CLASS
#include "UITask.h"
#include <helpers/ui/SSD1306Display.h>
static DISPLAY_CLASS display;
#ifdef ST7789
#include <helpers/ui/ST7789Display.h>
#else
#include <helpers/ui/SSD1306Display.h>
#endif
static DISPLAY_CLASS display;
#define HAS_UI
#endif