mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Heltec Wireless Tracker support
This commit is contained in:
parent
76847a7756
commit
e076e797e6
3 changed files with 48 additions and 6 deletions
|
|
@ -59,7 +59,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue