JonnyBooker / split-flap

Code for split-flap display based on: https://github.com/Dave19171/split-flap
https://www.prusaprinters.org/prints/69464-split-flap-display
GNU General Public License v3.0
38 stars 6 forks source link

Days count up #12

Open shagadeli opened 1 month ago

shagadeli commented 1 month ago

Any way to make it count the elapsed days up automatically? The idea is to make a "x days since last accident" kind of thing.

Thanks

JonnyBooker commented 1 month ago

Hello! I think it could be possible, the code at the moment as it stands for Countdown will ensure it doesn't go negative, this could probably be changed to make it so that rather then saying "X days" it could be modified to say "X days to go" or "X days past" or something like that and allow it to go "negative".

Something could look at as trial experiment sometime in future maybe (in the next week or two potentially) unless you would like to have a go! Happy to offer advice.