thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

Add/Fix eSPI Screen Driver #110

Closed thorrak closed 5 months ago

thorrak commented 5 months ago

This adds partially working support for a new build target, "esp32_tft_espi". This is for the "eSPI" device types (typically the ones you find with USB-C connectors and small, full color TFTs).

This support is only considered partially working as the text doesn't get properly cleared when the screen refreshes resulting in the text flickering.