Page 1 of 1

ILI9341 not supported anymore?

Posted: Fri Feb 09, 2024 7:56 am
by vladmaglasu
Hello,

The ILI9341 LCD screen is no longer supported for the ESPRESSIF Starter kit ESP32-WROVER KIT V4.1?
I saw that in bsp\sdk\esp-idf\components\esp-lcd the ILI9341 LCD is no longer supported.
I am waiting for your response.

Best regards,
Vlad Maglasu

Re: ILI9341 not supported anymore?

Posted: Fri Feb 09, 2024 10:31 am
by ESP_Minatel
Hi,

It is supported by the following component: esp_lcd_ili9341

Re: ILI9341 not supported anymore?

Posted: Mon Feb 12, 2024 6:43 am
by vladmaglasu
Can you tell where to find it? I was searching for that file here "https://github.com/espressif/esp-idf/tr ... sp_lcd/src" and it is not visible for me.

Re: ILI9341 not supported anymore?

Posted: Mon Feb 12, 2024 11:09 am
by ESP_Minatel
Hi,

As you can see here, ESP-LCD does not support all LCD drivers in the market, however, some are supported by external components.

The ILI9341 is supported by the external component and you can use it with ESP-LCD.
This example includes the component ILI9341 in the manifest file.