.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.rst
README.rst.license
optional_requirements.txt
pyproject.toml
requirements.txt
.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md
.github/workflows/build.yml
.github/workflows/failure-help-text.yml
.github/workflows/release.yml
LICENSES/CC-BY-4.0.txt
LICENSES/MIT.txt
LICENSES/Unlicense.txt
adafruit_circuitpython_led_animation.egg-info/PKG-INFO
adafruit_circuitpython_led_animation.egg-info/SOURCES.txt
adafruit_circuitpython_led_animation.egg-info/dependency_links.txt
adafruit_circuitpython_led_animation.egg-info/requires.txt
adafruit_circuitpython_led_animation.egg-info/top_level.txt
adafruit_led_animation/__init__.py
adafruit_led_animation/color.py
adafruit_led_animation/grid.py
adafruit_led_animation/group.py
adafruit_led_animation/helper.py
adafruit_led_animation/sequence.py
adafruit_led_animation/animation/__init__.py
adafruit_led_animation/animation/blink.py
adafruit_led_animation/animation/chase.py
adafruit_led_animation/animation/colorcycle.py
adafruit_led_animation/animation/comet.py
adafruit_led_animation/animation/customcolorchase.py
adafruit_led_animation/animation/grid_rain.py
adafruit_led_animation/animation/pulse.py
adafruit_led_animation/animation/rainbow.py
adafruit_led_animation/animation/rainbowchase.py
adafruit_led_animation/animation/rainbowcomet.py
adafruit_led_animation/animation/rainbowsparkle.py
adafruit_led_animation/animation/solid.py
adafruit_led_animation/animation/sparkle.py
adafruit_led_animation/animation/sparklepulse.py
docs/api.rst
docs/api.rst.license
docs/conf.py
docs/examples.rst
docs/examples.rst.license
docs/index.rst
docs/index.rst.license
docs/requirements.txt
docs/_static/favicon.ico
docs/_static/favicon.ico.license
examples/led_animation_all_animations.py
examples/led_animation_basic_animations.py
examples/led_animation_blink.py
examples/led_animation_chase.py
examples/led_animation_comet.py
examples/led_animation_customcolorchase.py
examples/led_animation_cycle_animations.py
examples/led_animation_freeze_animation.py
examples/led_animation_group.py
examples/led_animation_pixel_map.py
examples/led_animation_rainbow_animations.py
examples/led_animation_resume_animation.py
examples/led_animation_samd21_reset_interval.py
examples/led_animation_sequence.py
examples/led_animation_simpletest.py
examples/led_animation_sparkle_animations.py
examples/led_animation_sparkle_mask.py