Parallel vs SPI #1555
Unanswered
unregistered33
asked this question in
Q&A - General
Parallel vs SPI
#1555
Replies: 2 comments
-
Typically 8 bit parallel is faster unless you can take advantage of DMA, where SPI can win. It is also dependant on the processor, the ESP32 can only bitbash an 8 bit parallel bus at 10Mbytes/s. Other processors such as RP2040 or STM32 can output data at a rate higher than the display will accept. If the display has a SPI interface that can be clocked fast (>50MHz) then there will not be so much difference. |
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
-
Not issue, just question. What works faster: SPI or Parallel?
Beta Was this translation helpful? Give feedback.
All reactions