How to make working the SPI TFT ILI9488 on ESP32

preview_player
Показать описание

The pin connection used in this example is:
TFT_MISO 19 // (leave TFT SDO disconnected if other SPI devices share MISO)
TFT_MOSI 23
TFT_SCLK 18
TFT_CS 14 // Chip select control pin
TFT_DC 27 // Data Command control pin
TFT_RST 22 // Reset pin (could connect to RST pin)

TFT_BL to +3.3V
Рекомендации по теме
Комментарии
Автор

mine doesnt work
i have a esp32 wroom and the same identic display, i followed everything but the led of display just remains white

djaleandro
Автор

Great, thanks to this video my display started working

ppx
Автор

my display just lit up, without the images i can't fix it, can you help me?

mrraivoso
Автор

Hello friend, is all this necessary to make this library work with the ILI9488 on the ESP32? Isn't there an easier way? I didn't understand correctly. Still, thanks for taking the time to explain.

Dancopymus
Автор

Hi.... Will it truly work on the ESP32 DevKit V1? @imperiosheriff

Warm Regards,


Juan

JuanUchiha
Автор

I got it working too. Thanks. Is there a way to increase the brightness, it's rather low now.

waltervermeulen
Автор

How possible to remove flickering? please.

hayder.ismael
Автор

Great video but after I tried your changes it's still not working on esp32. Can you please help me with it? @imperiosheriff

MI-bmyy