Comment on Is SPI just "slow"?

jeinzi@discuss.tchncs.de ⁨23⁩ ⁨hours⁩ ago

I noticed that you use digitalWrite multiple times for each transmitted pixel. That function is pretty slow - you should instead manipulate the microcontrollers registers directly for maximum performance. If you are using an Arduino, this article will help: roboticsbackend.com/arduino-fast-digitalwrite/

source
Sort:hotnewtop