Page 1 of 1

how esp32/esp32s3 running rgb panel(800*480)

Posted: Thu Jan 20, 2022 8:51 am
by zeroKing555
Hello everyone!
I want to make esp32s3 running a rgb 800*480 pix panel , but just found a demo most similar like here https://github.com/espressif/esp-idf/bl ... gb_panel.c
what my problem is how to modify this demo(which driver a rgb565) to be able to driver a panel that is the rgb pin is 8r 8g 8b
the panel pin is below,thanks

Re: how esp32/esp32s3 running rgb panel(800*480)

Posted: Fri Jan 21, 2022 2:24 am
by ESP_Sprite
I don't think that driver supports anything else than 16-bit yet. If you don't want to wait (or modify the driver), you could control the LCD by simply driving the top 5 R, the top 6 G and the top 5 B bits, and connecting the rest to gnd.