Hi Ryan,
I've been enjoying experimenting with demo.py! I noticed a couple of odd things in the code, and will log them here, as separate issues... Where I think I can fix them, I'll offer in the issue to submit a pull-request....
I added some timings, and found that there's a wide variation in how long each of the steps takes, This is for one round of --all:
Color wipe animations.
colorWipe took 0.61 seconds
colorWipe took 0.61 seconds
colorWipe took 0.61 seconds
Theater chase animations.
theaterChase took 1.52 seconds
theaterChase took 1.52 seconds
theaterChase took 1.52 seconds
theaterChaseRainbow took 38.98 seconds
Rainbow animations.
rainbow took 5.33 seconds
rainbowCycle took 14.01 seconds
theaterChaseRainbow took 38.97 seconds
These were on a Pi 4.
(Note the duplicate theaterChaseRainbow output - I'll log a separate issue for that...)
I think around 1-2 seconds is a good length of time
Hi Ryan,
I've been enjoying experimenting with demo.py! I noticed a couple of odd things in the code, and will log them here, as separate issues... Where I think I can fix them, I'll offer in the issue to submit a pull-request....
I added some timings, and found that there's a wide variation in how long each of the steps takes, This is for one round of
--all:These were on a Pi 4.
(Note the duplicate theaterChaseRainbow output - I'll log a separate issue for that...)
I think around 1-2 seconds is a good length of time