ESP32-S3 and ILI_9488

mr__zec
Posts: 2
Joined: Tue Jul 30, 2024 9:42 am

ESP32-S3 and ILI_9488

Postby mr__zec » Tue Jul 30, 2024 10:31 am

Hi, I have a question…

I don't know if I'm in the right place, but I have a problem with initializing the ILI_9488(hsd035577a5) screen.

It's about the ESP32-S3 module.

My programming and connection knowledge is about 2/100.

This is my pinout configuration:

Code: Select all

 #define TFT_MISO 14  // SDO(MISO)
#define TFT_MOSI 11  // SDI(MOSI)
#define TFT_SCLK 12  // SCK
#define TFT_CS   10  // Chip select control pin
#define TFT_DC    9  // Data Command control pin
#define TFT_RST  18  // Reset pin
#define TFT_BL(led)    5  // LED back-light control pin
I tryed Bodmers lib with many others but i failed.

Some pictures of the components are attached.

If you need any other information so you can help me, please be free to contact me.

Would really appreciate some help.

Thanks.
Attachments
IMG_20240730_120223.jpg
IMG_20240730_120223.jpg (748.54 KiB) Viewed 589 times
IMG_20240730_120808.jpg
IMG_20240730_120808.jpg (1.8 MiB) Viewed 589 times

rbhagwat62
Posts: 3
Joined: Tue Jul 30, 2024 1:18 pm

Re: ESP32-S3 and ILI_9488

Postby rbhagwat62 » Wed Jul 31, 2024 1:03 pm

You can start with https://github.com/lvgl/lv_port_esp32. This used LVGL library for UI and has ILI_9488 driver ported for ESP32. You can also refer to https://docs.lvgl.io/master/get-started/index.html to start with LVGL

I used WT32-SC01 you can find data sheet here https://files.seeedstudio.com/products/ ... asheet.pdf

I used ESP32, but you should able to compile it with ESP32-S3 with latest IDF.

Who is online

Users browsing this forum: No registered users and 273 guests