How to setup the lvgl library for Esp32-s3-WROOM-1 with TFT display 800*480

I have esp32-s3-wroom-1 board with 800*480 TFT LCD.
I have been trying to upload the examples code from lvgl library but it didn’t work I’m getting this error

C:\Users\acer\OneDrive - Assumption University\Desktop\IoT_DEV\4.3inch_ESP32-4827S043\4.3inch_ESP32-4827S043\1-Demo\Demo_Arduino\3_3-4_TFT-LVGL-Widgets\LvglWidgets\LvglWidgets.ino:48:24: error: conflicting declaration ‘Arduino_ESP32RGBPanel* bus’
Arduino_ESP32RGBPanel bus = new Arduino_ESP32RGBPanel(
^~~
C:\Users\acer\OneDrive - Assumption University\Desktop\IoT_DEV\4.3inch_ESP32-4827S043\4.3inch_ESP32-4827S043\1-Demo\Demo_Arduino\3_3-4_TFT-LVGL-Widgets\LvglWidgets\LvglWidgets.ino:43:18: note: previous declaration as 'Arduino_DataBus
bus’
Arduino_DataBus bus = create_default_Arduino_DataBus();
^~~
C:\Users\acer\OneDrive - Assumption University\Desktop\IoT_DEV\4.3inch_ESP32-4827S043\4.3inch_ESP32-4827S043\1-Demo\Demo_Arduino\3_3-4_TFT-LVGL-Widgets\LvglWidgets\LvglWidgets.ino:53:64: error: no matching function for call to ‘Arduino_ESP32RGBPanel::Arduino_ESP32RGBPanel(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)’
8 /
B0 /, 3 / B1 /, 46 / B2 /, 9 / B3 /, 1 / B4 */);
^
In file included from c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/Arduino_GFX_Library.h:17,
from C:\Users\acer\OneDrive - Assumption University\Desktop\IoT_DEV\4.3inch_ESP32-4827S043\4.3inch_ESP32-4827S043\1-Demo\Demo_Arduino\3_3-4_TFT-LVGL-Widgets\LvglWidgets\LvglWidgets.ino:33:
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:59:3: note: candidate: ‘Arduino_ESP32RGBPanel::Arduino_ESP32RGBPanel(int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, int8_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, int32_t, bool, uint16_t, uint16_t)’
Arduino_ESP32RGBPanel(
^~~~~~~~~~~~~~~~~~~~~
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:59:3: note: candidate expects 33 arguments, 23 provided
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:56:7: note: candidate: ‘constexpr Arduino_ESP32RGBPanel::Arduino_ESP32RGBPanel(const Arduino_ESP32RGBPanel&)’
class Arduino_ESP32RGBPanel
^~~~~~~~~~~~~~~~~~~~~
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:56:7: note: candidate expects 1 argument, 23 provided
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:56:7: note: candidate: ‘constexpr Arduino_ESP32RGBPanel::Arduino_ESP32RGBPanel(Arduino_ESP32RGBPanel&&)’
c:\Users\acer\Documents\Arduino\libraries\GFX_Library_for_Arduino\src/databus/Arduino_ESP32RGBPanel.h:56:7: note: candidate expects 1 argument, 23 provided
C:\Users\acer\OneDrive - Assumption University\Desktop\IoT_DEV\4.3inch_ESP32-4827S043\4.3inch_ESP32-4827S043\1-Demo\Demo_Arduino\3_3-4_TFT-LVGL-Widgets\LvglWidgets\LvglWidgets.ino:66:1: error: ‘Arduino_RPi_DPI_RGBPanel’ does not name a type; did you mean ‘Arduino_ESP32RGBPanel’?
Arduino_RPi_DPI_RGBPanel *gfx = new Arduino_RPi_DPI_RGBPanel(
^~~~~~~~~~~~~~~~~~~~~~~~
Arduino_ESP32RGBPanel

exit status 1

Compilation error: conflicting declaration ‘Arduino_ESP32RGBPanel* bus’

I would like to upload a simple code from lvgl and setup the library in other fo it to work with my board ?


I have alr crossed that problem heres a solution

1 Like

sorry @Yuri_Alves_Bordin but I don’t understand how do you fix that problem im facing the same issue

Hello, maybe you can help this zip file. http://pan.jczn1688.com/directlink/1/ESP32%20module/4.3inch_ESP32-4827S043.zip

This zip file has demo and, some instructions in “User manual” folder.

1 Like

hi there, yeah im using that folder to try some demos but I got the exact same error about ‘no matching function for call to’ as Yuri that’s why I ask about how to fix it, greetings

Firstly, let me clarify that the display used is a Parallel display with a 565 RGB 24-bit configuration.

I have provided a link containing the codes I used to ensure the display functions flawlessly, eliminating any compilation errors. When encountering those errors you have, I faced difficulties resolving them, prompting me to develop my own code by referencing libraries and information gathered from their demos. and that code is provided at my github

(my code is using the latest version of the libs)

Hi @Eldad ,

Looking at the error I think you need to use an older version of the GFX Library for Arduino, try installing V1.3.0.

cc @M1crobit0

Kind Regards,

Pete

3 Likes

Hi @M1crobit0 ,

I’m sorry but you will need to edit your post please to escape the code sequence as it is unreadable at the moment. It should work if you do this:

```

Your Code

```

Check the preview to see if it worked…

Kind Regards,

Pete

1 Like

Hi @pete-pjb sorry here’s the correction, I my case the code im trying to flash its just a tft hello world:

#include <Arduino_GFX_Library.h>
#include <Arduino_GFX.h>
#include <lvgl.h>

#define GFX_BL DF_GFX_BL // default backlight pin, you may replace DF_GFX_BL to actual backlight pin
#define TFT_BL 2
/ More dev device declaration: Dev Device Declaration · moononournation/Arduino_GFX Wiki · GitHub /
#if defined(DISPLAY_DEV_KIT)
*Arduino_GFX gfx = create_default_Arduino_GFX();
#else / !defined(DISPLAY_DEV_KIT) /

/ More data bus class: Data Bus Class · moononournation/Arduino_GFX Wiki · GitHub 1 /
*//Arduino_DataBus bus = create_default_Arduino_DataBus();

/ More display class: Display Class · moononournation/Arduino_GFX Wiki · GitHub 1 /
*//Arduino_GFX gfx = new Arduino_ILI9341(bus, DF_GFX_RST, 0 / rotation /, false / IPS /);

*Arduino_ESP32RGBPanel bus = new Arduino_ESP32RGBPanel(

GFX_NOT_DEFINED /* CS /, GFX_NOT_DEFINED / SCK /, GFX_NOT_DEFINED / SDA /,

41 /* DE /, 40 / VSYNC /, 39 / HSYNC /, 42 / PCLK /,

14 /* R0 /, 21 / R1 /, 47 / R2 /, 48 / R3 /, 45 / R4 /,

9 /* G0 /, 46 / G1 /, 3 / G2 /, 8 / G3 /, 16 / G4 /, 1 / G5 /,

15 /* B0 /, 7 / B1 /, 6 / B2 /, 5 / B3 /, 4 / B4 /
);
// option 1:
// 7寸 50PIN 800480*
*Arduino_RPi_DPI_RGBPanel gfx = new Arduino_RPi_DPI_RGBPanel(

bus,*
// 800 / width /, 0 / hsync_polarity /, 8/ hsync_front_porch /, 2 / hsync_pulse_width /, 43/ hsync_back_porch /,
// 480 / height /, 0 / vsync_polarity /, 8 / vsync_front_porch /, 2/ vsync_pulse_width /, 12 / vsync_back_porch /,
// 1 / pclk_active_neg /, 16000000 / prefer_speed /, true / auto_flush /);

800 /* width /, 0 / hsync_polarity /, 210 / hsync_front_porch /, 30 / hsync_pulse_width /, 16 / hsync_back_porch /,

480 /* height /, 0 / vsync_polarity /, 22 / vsync_front_porch /, 13 / vsync_pulse_width /, 10 / vsync_back_porch /,

1 /* pclk_active_neg /, 16000000 / prefer_speed /, true / auto_flush /);

#endif / !defined(DISPLAY_DEV_KIT) /
/*******************************************************************************

End of Arduino_GFX setting*
*****************************************************************************/
void setup(void)
{

gfx->begin();*
gfx->fillScreen(BLACK);*
#ifdef TFT_BL

pinMode(TFT_BL, OUTPUT);*

digitalWrite(TFT_BL, HIGH);*
#endif

gfx->setCursor(10, 10);*

gfx->setTextColor(RED);*

gfx->println(“Hello World!”);*

delay(2000); // 5 seconds*
}

void loop()
{

gfx->setCursor(random(gfx->width()), random(gfx->height()));*

gfx->setTextColor(random(0xffff), random(0xffff));*

gfx->setTextSize(random(6) /* x scale /, random(6) / y scale /, random(2) / pixel_margin /);

gfx->println(“Hello World!”);*

delay(1000); // 1 second*
}

but im getting when I check the serial monitor its obviously isn’t working the code, no output in the screen here’s the error code that is referring to a .cpp archive inside the library :

lcd_panel.rgb: esp_lcd_new_rgb_panel(151): no mem for frame buffer
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4037a84c
file: “/Users/luisdiaz/Documents/Arduino/libraries/Arduino_GFX-master/src/databus/Arduino_ESP32RGBPanel.cpp” line 252
func: uint16_t* Arduino_ESP32RGBPanel::getFrameBuffer(uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, int32_t)
expression: esp_lcd_new_rgb_panel(_panel_config, &_panel_handle)

abort() was called at PC 0x4037a84f on core 1

Just to clarify I have to use the 1.2.8 version of the library because if I use the latest version it doesn’t even compiles getting a bunch of errors so I was told to use that older version to make it work. greetings

@Eldad

Greetings. I have the 480 x 272 TFT with capacitive touch screen version of this board. AKA ESP32-4827S043.

It’s been a bit of a bear to get the lvgl demo’s running but just managed to do so, except, the touch screen isn’t yet working. One thing at a time.

Attached is a zip file containing the code and config file used.

Note, you will have to replace the Arduino_ESP32RGBPanel* rgbpanel = new Arduino_ESP32RGBPanel( configuration with the correct one for your 800 *480 panel.

Also, copying the demo and examples folder as given here and following the README.md file here was needed.
Note that I did have to explicitly include the path to lv_demos.h as seen in the sketch.

File touch.h will also have to be edited to select the correct driver for your touch panel (and possibly install the needed library).

My environment:
DUT: Sunton ESP32-4827S043C (capacitive touch screen, ESP32-S3-N16R8).

Arduino IDE: Version: 2.1.1, Date: 2023-06-30T16:00:43.829Z, CLI Version: 0.32.3

Host: macOS v13.5 (22G74) Ventura

arduino-esp32 Core: v2.0.11

lvgl at version 8.3.7
GFX Library for Arduino at version 1.3.7
SPI at version 2.0.0
Wire at version 2.0.0
TAMC_GT911 at version 1.0.2

From sketch upload:
esptool.py v4.5.1
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz

Arduino IDE Settings:
Board: “ESP323 Dev Module”
USB CDC On Boot: “Disabled”
CPU Frequency: “240MHz (WiFi)”
Core Debug Level: “None”
USB DFU On Boot: “Disabled”
Erase All Flash Before Sketch Upload: “Disabled”
Events Run On: “Core 1”
Flash Mode: “QI0 80MHz”
Flash Size: “16MB (128Mb)”
JTAG Adapter: “Disabled”
Arduino Runs On: “Core 1”
USB Firmware MSC On Boot: “Disabled”
Partition Scheme: “8M with spiffs (3MB APP/1.5MB SPIFFS)”
PSRAM: “OPI PSRAM”
Upload Mode: “UARTO / Hardware CDC”
Upload Speed: “921600”
USB Mode: “Hardware CDC and JAG”

Hope this helps.

If anyone knows how to modify the sketch to get the touch screen working, I’d appreciate the info! On this version of the board it uses the GT911 driver.

LVGL_Arduino480272.zip (12.3 KB)

1 Like

i have made some updates to this link:

//github.com/YuriAlvesBordin/ESP32/tree/main/PlatformIO

now theres a example project too you can use it as reference to build yours since its for the same board

2 Likes

Hello all. Attaching a zip file containing a fully functional version of the LVGL_Arduino.ino demo sketch and associated lv_conf.h file!

Target is the Sunton ESP32-4827S043C (480 * 272 TFT LED display with capacitive touch) but comments in the sketch are provided to (probably) make it run on the ESP32-8048S043C (pretty much the same board with an 800 * 480 IPS LED panel).

If it would be useful, I could also upload the binary file.

Fire back with any questions!

LVGL_Arduino480272.zip (13.2 KB)

4 Likes

Thankyou

Thankyou for your help

thanks for your help, it was helpful

When I compiled the sketch, these error lines appeared. How do I fix this?

Library SPI has been declared precompiled:
Using precompiled library in c:\Users\raymo\OneDrive\Documents\Arduino\libraries\SPI\src\esp32s3
Library Wire has been declared precompiled:
Using precompiled library in c:\Users\raymo\OneDrive\Documents\Arduino\libraries\Wire\src\esp32s3
c:/users/raymo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/…/lib/gcc/xtensa-esp32s3-elf/8.4.0/…/…/…/…/xtensa-esp32s3-elf/bin/ld.exe: C:\Users\raymo\AppData\Local\Temp\arduino\sketches\A3E59A390234EEB08BCE23BEA5A565E0\sketch\objs.a(LVGL_Arduino480272.ino.cpp.o):(.literal._Z5setupv+0x40): undefined reference to lv_demo_widgets' c:/users/raymo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld.exe: C:\Users\raymo\AppData\Local\Temp\arduino\sketches\A3E59A390234EEB08BCE23BEA5A565E0\sketch\objs.a(LVGL_Arduino480272.ino.cpp.o): in function setup()‘:
C:\Users\raymo\OneDrive\Documents\Arduino\LVGL_Arduino480272/LVGL_Arduino480272.ino:240: undefined reference to `lv_demo_widgets’
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for “SPI.h”
Used: C:\Users\raymo\OneDrive\Documents\Arduino\libraries\SPI
Not used: C:\Users\raymo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\SPI
Multiple libraries were found for “Wire.h”
Used: C:\Users\raymo\OneDrive\Documents\Arduino\libraries\Wire
Not used: C:\Users\raymo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\Wire
exit status 1

Compilation error: exit status 1

Off hand looks like there is an issue with your development environment settings.

Looking at these error messages:

Used: C:\Users\raymo\OneDrive\Documents\Arduino\libraries\SPI
Not used: C:\Users\raymo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\SPI
Multiple libraries were found for “Wire.h”
Used: C:\Users\raymo\OneDrive\Documents\Arduino\libraries\Wire
Not used: C:\Users\raymo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\Wire

The compiler is grabbing the wrong library for SPI and Wire. It should be using the ones in the Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\ folder.

In the Arduino IDE, make sure the correct board is selected. Should be set as “ESP32 S3 Dev Module”.

To compile it - You need to get rid of Arduino/libraries/GFX_Library_for_Arduino and replace it with the one that came with your board ./1-Demo/Demo_Arduino/Libraries/Arduino_GFX-master

HOWEVER

the example you’re trying to build doesn’t work on that board (black screen with no back-light on)

I think the only source-code that works with all these boards, is the one which was used to compile the demo which they are shipped with. All the other files in those zip/rar folders is junk.

Here’s my notes if it helps anyone:

*=has Arduino GFX Demo								*      -=not supported by https://github.com/moononournation/Arduino_GFX
  file:///C:/Users/cnd/Downloads/spec_1.28inch_ESP32-2424S012.pdf		  GC9A01		240*240(Pixel)		ESP32-C3-MINI-1U
  file:///C:/Users/cnd/Downloads/spec_1.8inch_SPI_Module_ST7735S.pdf		  ST7735S-G6		128×160
* file:///C:/Users/cnd/Downloads/spec_1.9inch_ESP32-1732S019.pdf		* St7789		170*320(Pixel)		ESP32-S3-WROOM-1 (240MHz, 512KB SRAM, 384KB ROM, 8MPSRAM,Flash size is 16MB)
  file:///C:/Users/cnd/Downloads/spec_2.4inch_SPI_Module_ILI9341.pdf		  ILI9341V		240 * RGB * 320		
  file:///C:/Users/cnd/Downloads/spec_2.8inch_ESP32-2432S028R.pdf		  ILI9341		320*240(Pixel)		ESP32-WROOM-32
  file:///C:/Users/cnd/Downloads/spec_2.8inch_SPI_Module_ILI9341.pdf		  ILI9341V		240 * RGB * 320		
* file:///C:/Users/cnd/Downloads/spec_3.2inch_ESP32-2432S032.pdf		* ST7789		240*320(Pixel)		ESP32-WROOM-32
  file:///C:/Users/cnd/Downloads/spec_3.5inch_ESP32-3248S035.pdf		  ST7796		320*480(Pixel)		ESP32-WROOM-32	(240MHz, 520KB SRAM, 448KB ROM, Flash size is 4MB)
  file:///C:/Users/cnd/Downloads/spec_3.5inch_SPI_Module_ILI9488.pdf		  ILI9488		320x480			
* file:///C:/Users/cnd/Downloads/spec_4.3inch_ESP32-4827S043.pdf		* ILI9485		480*272(Pixel)		ESP32-S3-WROOM-1 (240MHz, 512KB SRAM, 384KB ROM, 8MPSRAM,Flash size is 16MB, The display resolution is 480*272 or 800*480)
* file:///C:/Users/cnd/Downloads/spec_4.3inch_ESP32-8048S043.pdf		* ILI9485 -		480*272(Pixel)		ESP32-S3-WROOM-1 (240MHz, 512KB SRAM, 384KB ROM, 8MPSRAM,Flash size is 16MB, The display resolution is 480*272 or 800*480)
* file:///C:/Users/cnd/Downloads/spec_5.0inch_ESP32-8048S050.pdf		* St7262		800*480(Pixel 16bit)	ESP32-S3-WROOM-1 (240MHz, 512KB SRAM, 384KB ROM, 8MPSRAM,Flash size is 16MB, The display resolution is 800*480)
* file:///C:/Users/cnd/Downloads/spec_7.0inch_ESP32-8048S070.pdf		* EK9716(ST7262?) -	800*480(Pixel)		ESP32-S3-WROOM-1 (240MHz, 512KB SRAM, 384KB ROM, 8MPSRAM,Flash size is 16MB, The display resolution is 800*480)




$ dir ~/Downloads/esp32_screens/
total 615
drwxr-xr-x.   4 cnd cnd     4 2022-06-20 11:28 1.28inch_SPI_Module_GC9A01/
drwxr-xr-x.   9 cnd cnd     9 2022-06-20 11:28 1.8inch_SPI_Module_ST7735S/
drwxr-xr-x.   9 cnd cnd     9 2022-06-20 11:29 2.4inch_SPI_Module_ILI9341/
drwxr-xr-x.   9 cnd cnd     9 2022-06-20 11:29 2.8inch_SPI_Module_ILI9341/
drwxr-xr-x.   9 cnd cnd     9 2022-06-20 11:29 3.5inch_SPI_Module_ILI9488/
drwxr-xr-x.  10 cnd cnd    10 2022-11-01 09:33 2.8inch_ESP32-2432S028R/
drwxr-xr-x.  10 cnd cnd    10 2022-11-01 09:43 3.5inch_ESP32-3248S035/
drwxr-xr-x.  10 cnd cnd    10 2022-11-01 10:04 4.3inch_ESP32-4827S043/
drwxr-xr-x.  10 cnd cnd    10 2022-11-01 10:13 4.3inch_ESP32-8048S043/
drwxr-xr-x.  10 cnd cnd    10 2022-11-24 16:41 7.0inch_ESP32-8048S070/
drwxr-xr-x.  10 cnd cnd    10 2022-12-06 13:01 1.9inch_ESP32-1732S019/
drwxr-xr-x.  10 cnd cnd    10 2022-12-16 15:51 3.2inch_ESP32-2432S032/
drwxr-xr-x.  10 cnd cnd    10 2023-03-06 10:46 5.0inch_ESP32-8048S050/
drwxr-xr-x.  10 cnd cnd    10 2023-03-14 13:45 1.28inch_ESP32-2424S012/
drwxr-xr-x.   3 cnd cnd     3 2023-12-19 09:30 3.5inch_ESP32-3248S035b/
lrwxrwxrwx.   1 cnd cnd    76 2023-12-19 11:08 spec_1.28inch_ESP32-2424S012.pdf -> '1.28inch_ESP32-2424S012/2-Specification/ESP32-2424S012 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    63 2023-12-19 11:08 spec_1.8inch_SPI_Module_ST7735S.pdf -> '1.8inch_SPI_Module_ST7735S/2-Specification/JC1216A018N Spec.pdf'
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:08 spec_1.9inch_ESP32-1732S019.pdf -> '1.9inch_ESP32-1732S019/2-Specification/ESP32-1732S019 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    67 2023-12-19 11:08 spec_2.4inch_SPI_Module_ILI9341.pdf -> 2.4inch_SPI_Module_ILI9341/2-Specification/JC2432B024N规格书.pdf
lrwxrwxrwx.   1 cnd cnd    76 2023-12-19 11:08 spec_2.8inch_ESP32-2432S028R.pdf -> '2.8inch_ESP32-2432S028R/2-Specification/ESP32-2432S028 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    58 2023-12-19 11:08 spec_2.8inch_SPI_Module_ILI9341.pdf -> 2.8inch_SPI_Module_ILI9341/2-Specification/JC2432B028N.pdf
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:08 spec_3.5inch_ESP32-3248S035.pdf -> '3.5inch_ESP32-3248S035/2-Specification/ESP32-3248S035 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:09 spec_3.2inch_ESP32-2432S032.pdf -> '3.2inch_ESP32-2432S032/2-Specification/ESP32-2432S032 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    56 2023-12-19 11:09 spec_3.5inch_SPI_Module_ILI9488.pdf -> 3.5inch_SPI_Module_ILI9488/2-Specification/3.5寸图.pdf
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:09 spec_4.3inch_ESP32-4827S043.pdf -> '4.3inch_ESP32-4827S043/2-Specification/ESP32-4827S043 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:09 spec_5.0inch_ESP32-8048S050.pdf -> '5.0inch_ESP32-8048S050/2-Specification/ESP32-8048S050 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:09 spec_7.0inch_ESP32-8048S070.pdf -> '7.0inch_ESP32-8048S070/2-Specification/ESP32-8048S070 Specifications-EN.pdf'
lrwxrwxrwx.   1 cnd cnd    75 2023-12-19 11:10 spec_4.3inch_ESP32-8048S043.pdf -> '4.3inch_ESP32-8048S043/2-Specification/ESP32-8048S043 Specifications-EN.pdf'

dir
-rw-r–r–. 1 cnd cnd 111929805 2023-10-02 22:37 2.4inch_ESP32-2432S024.zip
-rw-r–r–. 1 cnd cnd 252636403 2023-11-06 12:37 2.8inch_ESP32-2432S028R.rar
-rw-r–r–. 1 cnd cnd 118417978 2023-11-06 12:38 1.28inch_ESP32-2424S012.zip
-rw-r–r–. 1 cnd cnd 118957973 2023-11-06 12:39 3.2inch_ESP32-2432S032.zip
-rw-r–r–. 1 cnd cnd 113565206 2023-11-06 12:42 3.5inch_ESP32-3248S035.zip
-rw-r–r–. 1 cnd cnd 128550415 2023-11-06 12:45 7.0inch_ESP32-8048S070.zip
-rw-r–r–. 1 cnd cnd 123913450 2023-11-06 12:48 5.0inch_ESP32-8048S050.zip
-rw-r–r–. 1 cnd cnd 92816393 2023-11-06 12:49 1.9inch_ESP32-1732S019.zip
-rw-r–r–. 1 cnd cnd 6894317 2023-11-06 12:50 1.28inch_SPI_Module_GC9A01.zip
-rw-r–r–. 1 cnd cnd 38653229 2023-11-06 12:50 2.8inch_SPI_Module_ILI9341.zip
-rw-r–r–. 1 cnd cnd 58528798 2023-11-06 12:51 3.5inch_SPI_Module_ILI9488.zip
-rw-r–r–. 1 cnd cnd 40227802 2023-11-06 12:51 1.8inch_SPI_Module_ST7735S.zip
-rw-r–r–. 1 cnd cnd 116295519 2023-11-06 12:51 4.3inch_ESP32-8048S043.zip
-rw-r–r–. 1 cnd cnd 38920121 2023-11-06 12:51 2.4inch_SPI_Module_ILI9341.zip
-rw-r–r–. 1 cnd cnd 228438927 2023-11-06 12:51 4.3inch_ESP32-4827S043.zip

I’m building micro-python binary loadable drivers for all those, FWIW…

Here’s a python version:

I did get the demo to run, link to that file is above How to setup the lvgl library for Esp32-s3-WROOM-1 with TFT display 800*480 - #13 by Xylopyrographer

Uses the current version of the IDE and all libraries.

Basically, junk all the files that come with the board and use the demo code from LVGL.

But, it did take some fanagiling with the sync parameters of that display to get it going and the “TAM…” touch driver library should be tweaked for this board. I think there are notes in the sketch file on that.

Ported that to run on an Elecrow 7” 800 by 480 as well.

I have the same screen and have posted here before.

This is a working basic example.
https://github.com/dpunter/Sunton_8048_Basic.git

I use PlatformIO and board esp32s3box.