Support M5Stack with LORA868 (RA01H) Module and TFT Display (PRIVATE_HW, Canon Hardware TBD)

This commit is contained in:
Thomas Göttgens
2022-05-09 19:50:39 +02:00
parent 4940822ae8
commit 5ee8c56c94
6 changed files with 101 additions and 11 deletions

View File

@@ -313,7 +313,7 @@ class Screen : public concurrency::OSThread
SH1106Wire dispdev;
#elif defined(USE_SSD1306)
SSD1306Wire dispdev;
#elif defined(ST7735_CS)
#elif defined(ST7735_CS) || defined(ILI9341_DRIVER)
TFTDisplay dispdev;
#elif defined(HAS_EINK)
EInkDisplay dispdev;