For anybody interested, I managed to get it working with the ESP-8048S050
, it’s also a S3-Wroom-1 with 5’ TFT 800x480, using the ST7262 display driver and GT911 touch driver.
To get it working, install the ESP32_Display_Panel by espressif, GFX For Arduino by Moon On Our Nation, TAMC_GT911 andd lvgl.
With the exception of lvgl whose version should be between lvgl (>= v8.3.9, < v9), the rest should be the latest available.
Then you will want to either edit the following files in the ESP32_Display_Panel library, or if you don’t want to, you can just add those files along with the .ino code and it will work just fine (that said, for safety I edit both and add to project).
Also you shoul check for you ESP32-S3 settings in tools, some vendors will tell you to set it to partition size of 4 with spiffs, but doing so will cause an “not enought mem buffer size” error, so set “Flash Size: 16MB” and “Partition Size: 16MB Flash (2MB APP/ 12.5 FATFS)”. That solved the buffer size problem for me.
I’m still trying to get the lvgl code to work, it keeps failing to upload the code.
Ps: Ther is some GUI based editors for the those ESP, one of those is Guiton Editor they are the company that makes the board I’m currently using, but the editor only is available in Chinese.
ESP_Panel_Board_Custom.h (20.0 KB)
ESP_Panel_Conf.h based on @Yuri_Alves_Bordin project config for the 8048S043C (3.9 KB)