About the RP2040 and 16-bit parallel display #3189
Unanswered
rtek1000
asked this question in
Q&A - General
Replies: 1 comment
-
Where is the memory? The ESP32 S3 can use 8MB 120Mhz Oct. SPI PSRAM as framebuffer. Then the 800x480x2 16bit parallel is about 41FPS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw about the RP2040 being able to use 16-bit DMA. Is the performance of the RP2040 (133 MHz) using 16-bit DMA better than the ESP32 (240MHz) 8-bit no DMA?
Is it possible to choose the 16-bit bus operating mode?
The SSD1963 controller datasheet shows 2 possible uses, RGB888 and RGB565. But it should be perhaps 3x faster to use RGB565, when the data is sent in just one installment, while for RGB888 there are 3 data sends.
Beta Was this translation helpful? Give feedback.
All reactions