Add v4-tft code.

This commit is contained in:
Quency-D
2026-01-26 13:48:15 +08:00
förälder 7ae164217c
incheckning c7ac16f0e3
8 ändrade filer med 267 tillägg och 45 borttagningar
+5 -1
Visa fil
@@ -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