adafruit / Adafruit_CircuitPython_LED_Animation

CircuitPython helper library for LED colors and animations
MIT License
53 stars 43 forks source link

Add an example showing how to use buttons to interrupt or cycle #77

Closed dhalbert closed 2 years ago

dhalbert commented 3 years ago

We're lacking a simple example here or in a Learn Guide of cycling through animatiosn or interrupting animations with button pushes. Sometimes people think they need threads or interrupts to do this, but it would be good to show simple ways to accomplish that.

kattni commented 3 years ago

@rhooper This sounds exactly like a discussion we had recently. Perhaps you'd like to take this on!