forked from Bodmer/TFT_eSPI
The touch screen handler was broken for the ESP8266 only. The library uses SPI write only configuration for ESP8266 so the SPI buffer can be recycled and it was left in write only mode. The library now switches back to read & write mode at the end of a transaction.
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"name": "TFT_eSPI",
|
|
"version": "1.4.5",
|
|
"keywords": "tft, ePaper, display, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789",
|
|
"description": "A TFT and ePaper SPI graphics library for ESP8266 and ESP32",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Bodmer/TFT_eSPI"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Bodmer",
|
|
"email": "bodmer@anola.net",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266, espressif32"
|
|
}
|