arduino icon indicating copy to clipboard operation
arduino copied to clipboard

[request] Sketch file for this Scrolling text matrix display from core-development

Open lboue opened this issue 1 year ago • 1 comments

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

lboue avatar May 08 '24 12:05 lboue

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: image

silabs-bozont avatar May 10 '24 15:05 silabs-bozont

Thanks

lboue avatar Jul 05 '24 05:07 lboue