techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

John Rampelt

@mavica_again @shac @cabel

I've been playing with little LCD panels like this a lot lately. 🤣

The SPI bus is also slow(ish). Using a Raspberry Pi Pico 2 (released last year) it takes about 46ms to update this 240x240 pixel display using a 16-bit (RGB565) colour space.

Using an Arduino Nano ESP32 (released less than 2 years ago) it takes about 24ms to do the same. A 60Hz display update rate means the LCD controller will interrupt the external microcontroller every 16.67ms, so each of the microcontrollers I'm using won't be able to transfer the entire image without 2-3 interruptions!!

And the ice cream machine's microcontroller is probably older and slower... 🍦