Adafruit_CircuitPython_LED_Animation icon indicating copy to clipboard operation
Adafruit_CircuitPython_LED_Animation copied to clipboard

consider making keyword-only parameters for some animations

Open tlyu opened this issue 2 years ago • 2 comments

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.

tlyu avatar Jan 25 '23 04:01 tlyu