Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.79k stars 1.09k forks source link

Touch controller functions with parallel interface displays #438

Closed momosh13 closed 5 years ago

momosh13 commented 5 years ago

Hi I love this library, the best library on internet. Please, if possible, enable touch controller functions for parallel interface displays, I'm using ILI9488. Thank you

Bodmer commented 5 years ago

If the display board is fitted with a resistance based touch screen then this can be used by performing the modifications described here and the fork of the Adafruit library:

momosh13 commented 5 years ago

The display is ILI9488, with Capacitive Touch / controller is FT6206, I'm using this screen one year with Your library, everything is working fine, but I'm trying to use LittleVGL Library it's bast on TFT-eSPI and it's requires touch controller functions to be enabled. With SPI connection displays everything works fine, but SPI is very slow, that's why I wanna use the parallel display. Please help. Thank you

Bodmer commented 5 years ago

I am not familiar with the FT6206 so am unable to help, if it has an I2C interface then maybe this library will work?