Skip to content

Parallel SSD1963 vs SPI speed difference using ESP32. #1075

Answered by Bodmer
RudyFiero asked this question in Q&A - General
Discussion options

You must be logged in to vote

As far as I am aware the SSD1963 ONLY supports a parallel interface but I think you have realised this already.

The time to draw a screen in a real application will depend on what you wish to draw and the time it takes to fetch/decode/prepare any data as well.

SPI displays are generally slower unless you get one that runs at 80MHz or have an application that can effectively use DMA (in which case performance at 40MHz or above is better than 8 bit parallel) for an ESP32. The ESP32 has a 20MHZ I/O clock so can only send 8 bit parallel data at ~40Mbps when allowing for the write strobe and data setup time. STM32 processors can go >2x faster with a parallel display (faster than the display ca…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Vutoan6188
Comment options

Answer selected by Bodmer
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RudyFiero
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants