[request] Sketch file for this Scrolling text matrix display from core-development
Summary
Hello,
Can you share the sketch file for this Scrolling text matrix display (4 matrix) from core-development section in readme.md
https://github.com/SiliconLabs/arduino/blob/main/doc/silabs_h_arduino.gif
Regards
Of course! 😃 It's an early demo I've put together shortly after the core came to life for the first time. It uses a MAX7219 LED display - 4 of them in series as a module.
I've taken a lot of code from one of my previous hobby project: https://gitlab.com/bozont91/smartclock The font and the display graphics functions are borrowed from there with some modifications. The display driver library is this: https://github.com/bozont/LedControl (it's a fork of the original LedControl - but this one uses hardware SPI to be really smooth and fast)
Here's the sketch: max7219_test.zip
I've tested it quickly with a Nano Matter:
Thanks