Esp32 s3 with ili9488 3.5inch 16 bit rgb interface display

Hi there, am currently working on a project using esp32 s3 with a ili9488 tft screen that uses 16 bit rgb interface and every time i upload the code i receive the message below which am sure its not an error. The problem is that the display doesnt display at all. Below find the necessary documents to help me solve the problem
Sketch uses 248721 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 18616 bytes (5%) of dynamic memory, leaving 309064 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port COM3
Connecting...
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
MAC: dc:da:0c:66:ae:d0
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00003fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x0004cfff...
Compressed 15088 bytes to 10374...
Writing at 0x00000000... (100 %)
Wrote 15088 bytes (10374 compressed) at 0x00000000 in 0.2 seconds (effective 554.8 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 628.7 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 852.2 kbit/s)...
Hash of data verified.
Compressed 249088 bytes to 139000...
Writing at 0x00010000... (11 %)
Writing at 0x0001d4e5... (22 %)
Writing at 0x00023dc7... (33 %)
Writing at 0x0002928c... (44 %)
Writing at 0x0002e6d4... (55 %)
Writing at 0x00034778... (66 %)
Writing at 0x0003ecae... (77 %)
Writing at 0x000446df... (88 %)
Writing at 0x0004a107... (100 %)
Wrote 249088 bytes (139000 compressed) at 0x00010000 in 2.1 seconds (effective 968.5 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...
below is my tft specifications
tft driver ic is ili9488
ctp driver ic is ft6236
interface is 16 bit rgb interface
backlight 6 white led in parallel
lcd type 3.5 inch with ctp
Am currently using esp32 wroom s3 to program it and i cant find what the problem is. Anyone who has worked with this before please help. I would share my schematic but as a newbie cant upload documents

I do not think it is an error; if you get the same message when uploading e.g. the blink example (or other tried -and-tested example) and the blink example behaves as expected it's not an error.

1 Like

4 posts were split to a new topic: ILI9488 480 by 320 16 bit rgb interface is not displaying anything