Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lboue opened this issue May 8, 2024 · 1 comment
Labels
featurerequest Feature request

Comments

@lboue
Copy link

lboue commented May 8, 2024

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 lboue added the featurerequest Feature request label May 8, 2024
@silabs-bozont
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
featurerequest Feature request
Projects
None yet
Development

No branches or pull requests

2 participants