Adafruit_CircuitPython_LED_Animation
Adafruit_CircuitPython_LED_Animation copied to clipboard
consider making keyword-only parameters for some animations
Recent issues like #108, which seem to be the result of API changes in a base class, might be mitigated if the less-used parameters for animation classes like Comet
were declared as keyword-only.