What are esp-idf supported LCD/TFT displays?

zazas321
Posts: 231
Joined: Mon Feb 01, 2021 9:41 am

What are esp-idf supported LCD/TFT displays?

Postby zazas321 » Fri Apr 21, 2023 8:07 am

Hello. In my project, I need to add display some information on the lcd or tft display.

In the esp-idf examples I have only found the following:

examples -> peripherals -> lcd ->lvgl
examples -> peripherals -> lcd ->tjpgd


I have launched tjpgd and by inspecting the code I found :

Code: Select all

ESP_ERROR_CHECK(esp_lcd_new_panel_st7789(io_handle, &panel_config, &panel_handle));
So from what I understand this example is intended to control st7789 display. I want to choose whatever displayed that is already supported by esp-idf and I can find example code for this display so I spend least amount of time struggling to get it to work.

MicroController
Posts: 1552
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: What are esp-idf supported LCD/TFT displays?

Postby MicroController » Fri Apr 21, 2023 11:13 am


bidrohini
Posts: 202
Joined: Thu Oct 27, 2022 12:55 pm

Re: What are esp-idf supported LCD/TFT displays?

Postby bidrohini » Thu Apr 27, 2023 12:25 pm

I think here you will get the names of all the compatible displays: https://github.com/nopnop2002/esp-idf-parallel-tft
One display that is supported by ESPressif-IDF is GC9A01 TFT Rounded Display with LVGL.

jesse_a_b
Posts: 4
Joined: Fri Apr 21, 2023 6:58 pm

Re: What are esp-idf supported LCD/TFT displays?

Postby jesse_a_b » Thu Apr 27, 2023 12:35 pm

There's several libraries on Arduino, TFT_eSPI, MCUFRIEND, GFX, etc.
I haven't found a LCD/TFT display, parallel or serial, that could not work with esp32.

Who is online

Users browsing this forum: Baidu [Spider] and 237 guests