Comment on Is SPI just "slow"?

cmnybo@discuss.tchncs.de ⁨1⁩ ⁨day⁩ ago

That display can run a maximum SPI clock speed of 15MHz. That’s enough to update the full screen about 45 times a second when using RGB565 mode. If you are using an ATmega based Arduino, it’s probably the CPU that’s limiting your speed. Color graphics take a lot of processing power. Just make sure you’re using hardware SPI and that the SPI clock is set as high as it will go without going over 15MHz.

source
Sort:hotnewtop