add heltec_v4 tft expansion box

This commit is contained in:
Quency-D
2025-11-19 11:43:52 +08:00
rodzic 459169e8cb
commit 310618e689
8 zmienionych plików z 267 dodań i 44 usunięć
+5 -1
Wyświetl plik
@@ -9,7 +9,11 @@
#include <helpers/SensorManager.h>
#include <helpers/sensors/EnvironmentSensorManager.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SSD1306Display.h>
#ifdef HELTEC_LORA_V4_OLED
#include <helpers/ui/SSD1306Display.h>
#elif defined(HELTEC_LORA_V4_TFT)
#include <helpers/ui/ST7789LCDDisplay.h>
#endif
#include <helpers/ui/MomentaryButton.h>
#endif