Commit Graph

5 Commits

Author SHA1 Message Date
David Thurstenson 5637ec322a Tweak the display time to use datetime.timedelta() instead of rolling my own with divmod() and friends 2022-10-15 07:07:49 -05:00
David Thurstenson fb617a5eec Switch loop direction from count-up to count-down
Also:
 - Let countdown() go negative
 - Don't update neopixels when time is negative
 - Print current time to console every update period
 - Set colormode="fill" as default in colorizer()
2022-10-10 00:17:52 -05:00
David Thurstenson 7097136a57 Added neopixel rainbow example 2022-10-09 22:30:46 -05:00
David Thurstenson 58e5c94d8a Adding functionality to get pairity with colorbar-sleep.py, adding comments, and other small fixes 2022-10-03 02:21:03 -05:00
David Thurstenson 856af97eb3 Initial Commit 2022-10-02 20:03:44 -05:00