Hello,
I'm porting a project from 16-bit parallel driving to the SPI bus.
The screen is 240 x 320 x 2 bytes.
I'm at the maximum SPI: 32MHz
I calculated that the refresh of full screen is around 40ms, but in reality it takes around 100ms.
I think the bottle neck is LcdWriteDataMultiple function which send data by line (640 bytes).
I use this init:
Can you tell me if it is possible to transmit the entire framebuffer by only one call of LcdWriteDataMultiple()?
Thank you,
Pierre
I'm porting a project from 16-bit parallel driving to the SPI bus.
The screen is 240 x 320 x 2 bytes.
I'm at the maximum SPI: 32MHz
I calculated that the refresh of full screen is around 40ms, but in reality it takes around 100ms.
I think the bottle neck is LcdWriteDataMultiple function which send data by line (640 bytes).
I use this init:
Can you tell me if it is possible to transmit the entire framebuffer by only one call of LcdWriteDataMultiple()?
Thank you,
Pierre