Does the library work with displays connected via RGB parallel interface #2760
Replies: 2 comments
-
The RGB parallel interface is not supported. The problem is the high data rate required (circa 8Mpixels/s), this requires hardware support to be built into a high performance processor with sufficient RAM for whole frame buffer. There are no plans to add 24 bit RGB parallel support to TFT_eSPI. |
Beta Was this translation helpful? Give feedback.
-
I met that the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a good display with


esp32-s3
on one boardSmartPanle_ZX4D30NE01S
.It looks like it has a MIPI interface.
I wanted to use this hardware for my projects, but because I use the TFT_eSPI library, so I can’t connect the display yet.
Scheme available
WT32S3-43L(ZX4D30NE01S-UR-4827) Datasheet-V1.2EN(1).pdf
Also an interesting article I read.
Beta Was this translation helpful? Give feedback.
All reactions