-
Notifications
You must be signed in to change notification settings - Fork 33
ESP_PANEL_LCD_RGB_IO_DATAx pins mapping to display RGB pins #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @wavejaco, Sorry for the delay. The ESP32-S3 only supports 16-bit RGB565 and 8-bit RGB888. Typically, we connect a 24-bit RGB888 LCD by only using the high bits, as illustrated in the table below.
|
@wavejaco Did it work? |
My apologies for the late reply. Yes, this worked perfectly. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a custom board, the GPIO pin layout is specified in the ESP_Panel_Board_Custom.h file. These pins are named ESP_PANEL_LCD_RGB_IO_DATA0 up to ESP_PANEL_LCD_RGB_IO_DATA15. For a board such as the Waveshare ESP32-S3 4.3 inch display module, the LCD pin layout is described in terms of R, G and B pins. Below is an extract from the above site:
How do these pins (R3-R7, G2-G7 and B3-B7) map to the pins ESP_PANEL_LCD_RGB_IO_DATAx (x = 0 to 15) in ESP_Panel_Board_Custom.h?
The text was updated successfully, but these errors were encountered: