Replies: 1 comment 3 replies
-
That is slow, it should be faster, there could be a number of reasons for the slowness. The interface speed is not the limiting factor in this case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have rp2040 MCU and SSD1963 7 inch screen module working in 8 bit parallel mode.
During my tests with rp2040 overclocked to 225 MHz clock speeds - to render 750KB 16-bit 800*480 bitmap straight from flash takes around 150ms.
So I'm wondering if this rate is bounded by rp2040 MCU speeds or SSD1963 tft driver? And if its in any way possible to parallelize rendering by two cores - say render top half on one and bottom on another?
I saw some examples with teensy 4.1 with huge 600MHz clock speeds and from rendering speeds it looks almost video-capable like. Or it is bound more by RAM and buffer size mb? Very interesting to hear some thought of how to make it a bit more performant.
Thx.
Beta Was this translation helpful? Give feedback.
All reactions