techo-display: first bits

This commit is contained in:
Florent
2025-04-15 22:37:50 +02:00
parent 1f1d39d179
commit ea24a12ba3
6 changed files with 135 additions and 3 deletions

View File

@@ -61,6 +61,8 @@
#include "UITask.h"
#ifdef ST7789
#include <helpers/ui/ST7789Display.h>
#elif defined(HAS_GxEPD)
#include <helpers/ui/GxEPDDisplay.h>
#else
#include <helpers/ui/SSD1306Display.h>
#endif