Hi. I bought a cheap TFT LCD and I want to use it with my ESP32 DEVKIT V1.
Since it's a Chinese cheap display from EBay I haven't any datasheet. I't a 3.5" LCD TFT SHIELD (image below). It's an UNO shield: I tried it on a UNO with the Adafruit_TFTLCD library and it works. It can't automatically detect the driver ID (returns 0) but forcing it to be ILI9481 works.
I found this post so I tried the TFT_ESPI library, enabling the correct User Setup and using the same pins as described in the configuration, but the screen remains blank.
Has anyone managed to make one of those displays work with the ESP32?
Thank you.