display and btn handling starts working ...

Этот коммит содержится в:
Florent de Lamotte
2025-04-10 16:24:17 +02:00
родитель a5f210779f
Коммит 7534c5143f
7 изменённых файлов: 159 добавлений и 7 удалений
+6 -3
Просмотреть файл
@@ -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