Merge pull request #258 from seagull9000/Heltec-Wireless-Tracker-support

Heltec Wireless Tracker support
This commit is contained in:
ripplebiz 2025-05-08 12:29:02 +10:00 committed by GitHub
commit 0e208f01cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 209 additions and 6 deletions

View file

@ -62,7 +62,9 @@
#ifdef DISPLAY_CLASS
#include "UITask.h"
#ifdef ST7789
#ifdef ST7735
#include <helpers/ui/ST7735Display.h>
#elif ST7789
#include <helpers/ui/ST7789Display.h>
#elif defined(HAS_GxEPD)
#include <helpers/ui/GxEPDDisplay.h>