Hi,
I have an ESP32 and would like to use the Adafruit 2.8'' TFT Capacitive touchscreen with LittlevGL. Unfortunately, that screen has a FT6206 Capacitive Chip. Can somebody help me with a driver for that chip?
I also own an Adafruit 2.4'' TFT Resistive touchscreen. That one uses a STMPE610 Resistive Chip, which is also not available for LittlevGL. I am able to run the hello world example by commenting out the touch related code.
Any help would be really appreciated.
Thank you.
See https://docs.littlevgl.com/en/html/porting/index.html. You can adapt an existing driver to work with LittlevGL.
@pekalicious Did you ever get this working?
The link I posted is broken. Here's the updated version: https://docs.littlevgl.com/en/html/porting/index.html
Thanks! I got up and running fairly easily within a few hours of posting that.
Hi
I have a same situation, 2.4" TFT with FT6206 Capacitive Touch, and i like to use it with lv_arduino, example " ESP32_TFT_eSPI_Slider ", please help me with this project, or maybe you have some working code so i can use it.
Thank you
Let's continue this on the Forum to make it visible for a larger community. You can simply log in with your GitHub account.
Most helpful comment
See https://docs.littlevgl.com/en/html/porting/index.html. You can adapt an existing driver to work with LittlevGL.