FT6236 touch driver

Description

so, I have managed to get the ui loaded in the ESP32-S3 SPI TFT with Touch 3.5’’ ILI9488 display but the touch is not working at all but I have founded our that the touch driver for this is FT6236 so anyone can help me to implement the driver in LVGL ???

What MCU/Processor/Board and compiler are you using?

ESP32-S3 SPI TFT with Touch 3.5’’ ILI9488

What do you want to achieve?

run the touch driver on ESP32-S3 SPI TFT with Touch 3.5’’ ILI9488

What have you tried so far?

I have managed to load the UI from (Square line studio) in the display but the touches not working

1 Like

FT6236? you can search it in github, you can find the source code, i just buy a spi-tft now, i test the ft6232 driver, you can refer the linux driver too, here is the link

ft6236.c - drivers/input/touchscreen/ft6236.c - Linux source code (v4.8) - Bootlin