Heltec-Tracker: TFT LCD support (#2612)

* Heltec-Tracker: TFT LCD support

* trunk fmt

* backwards compatibility  with ST7735 devices

* trunk fmt
This commit is contained in:
Manuel
2023-07-15 15:53:26 +02:00
committed by GitHub
parent 003047baaf
commit c75965480f
5 changed files with 156 additions and 48 deletions

View File

@@ -7,7 +7,6 @@
*
* Remaining TODO:
* optimize display() to only draw changed pixels (see other OLED subclasses for examples)
* implement displayOn/displayOff to turn off the TFT device (and backlight)
* Use the fast NRF52 SPI API rather than the slow standard arduino version
*
* turn radio back on - currently with both on spi bus is fucked? or are we leaving chip select asserted?