A simple Arduino Scoreboard
Single press : Adds a point Long press: Resets it to zero
The printable 3d case for it: https://www.thingiverse.com/thing:3448349
You'll need this library to make it work: https://github.com/MajicDesigns/MD_MAX72XX
One other thing you have to do for this code to work is to change one line in
"\Users\
Replace this "3, 0x42, 0x7f, 0x40, // 49 - '1'"
with
"5, 0x00, 0x42, 0x7f, 0x40, 0x00, // 49 - '1'"
(No quotation marks)
This will make the number one take the same space as other numbers, keeping it always in the same place.
Want to make the same scoreboard?
What you will need: