lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
338 stars 284 forks source link

ILI9488 is broken #148

Open DatanoiseTV opened 2 years ago

DatanoiseTV commented 2 years ago

I'm trying the ILI9488 driver on a 3.5" screen: http://www.lcdwiki.com/3.5inch_SPI_Module_ILI9488_SKU:MSP3520 Using the same PCB, I was able to control a 2.2" and 2.8" ILI9341 screen, which shares the same connector pinout. With the ILI9488, the screen stays white.

wenjingz commented 2 years ago

https://github.com/lvgl/lvgl_esp32_drivers/issues/135#issue-1029764283 There is an issue in the ili9488.h , you may try this one.