Partial Heltec Wireless Paper and Wireless Tracker support (#2594)

* WIP

* Comment

* WIP

* TFT_CTRL

* Update platformio.ini

update to current latest version available

* Update EInkDisplay2.cpp

Is the e-ink Display a DEPG0213BN ?

* Logging

* trunk fmt

---------

Co-authored-by: Mark Trevor Birss <markbirss@gmail.com>
This commit is contained in:
Ben Meadors
2023-07-14 16:12:30 -05:00
committed by GitHub
parent aa0b56e947
commit 4ace59fc18
9 changed files with 170 additions and 4 deletions

View File

@@ -65,6 +65,10 @@ bool TFTDisplay::connect()
digitalWrite(TFT_BL, HIGH);
pinMode(TFT_BL, OUTPUT);
#endif
#ifdef TFT_POWER_EN
digitalWrite(TFT_POWER_EN, HIGH);
pinMode(TFT_POWER_EN, OUTPUT);
#endif
#ifdef ST7735_BACKLIGHT_EN
digitalWrite(ST7735_BACKLIGHT_EN, HIGH);