What do you want to achieve?
I would like to use a display conected direct to the ESP32-S3 trought the RGB interface. I have an Evaluation Board bought at Aliexpress, witch has a 7" display with no controler like ILI9341_DRIVER
What have you tried so far?
I had some success with others displays that uses SPI interface or parallel (8 bit) interfaces, both using arduino IDE. I do not found any documentation about using arduino and RGB interface directly, nether a README file. I saw that on squareline studio, we have an Expressif project that uses an evaluation board ESP32-S3-LCD-EV-Board. This EV has the capability of comunicating direct by RGB interface, but, once again, I do not found any documentation about how to change the libs (defines, pins, …) to match with my board. I tried to adapt the file “esp32_s3_lcd_ev_board.h” to mach with the pinout and parameters of my display board, but it was not enough!
this is the link to the board I bought:
Screenshot or video
Others
- **SquareLine Studio version: 1.2.1
- **Operating system: windows.
- **Target hardware: ESP32-S3