No description
Find a file
Taylor Yu 58bc776678 rainbowcomet: add missing arg initing base class
In RainbowComet, the call to `super().__init__()` was missing the
`background_color` argument. This caused strange effects when
non-default arguments were passed.

For example, setting `reverse=True` resulted a red comet with a
tail length of 1, and setting `bounce=True` resulted in a reversed
rainbow comet.

Signed-off-by: Taylor Yu <code@argon.blue>
2023-01-22 14:38:02 -06:00
.github Add upload url to release action 2023-01-19 23:58:31 -05:00
adafruit_led_animation rainbowcomet: add missing arg initing base class 2023-01-22 14:38:02 -06:00
docs Use year duration range for copyright attribution 2022-08-23 17:26:22 -04:00
examples Invert button logic 2022-02-11 10:35:11 -05:00
LICENSES Ran pre-commit, added licenses 2021-01-12 10:37:24 -05:00
.gitignore Add .venv to .gitignore 2022-11-30 19:39:23 -05:00
.pre-commit-config.yaml Update pylint to 2.15.5 2022-11-04 08:15:21 -04:00
.pylintrc Update .pylintrc for v2.15.5 2022-11-04 18:34:33 -04:00
.readthedocs.yaml Fixed readthedocs build 2022-02-15 11:56:59 -05:00
CODE_OF_CONDUCT.md Ran pre-commit, added licenses 2021-01-12 10:37:24 -05:00
LICENSE remove self from copyright, authors 2020-08-16 20:34:18 -04:00
optional_requirements.txt Switched to pyproject.toml 2022-08-08 22:05:54 -04:00
pyproject.toml Update version string 2022-08-16 18:09:15 -04:00
README.rst Added Black formatting badge 2022-08-02 17:00:43 -04:00
README.rst.license Ran pre-commit, added licenses 2021-01-12 10:37:24 -05:00
requirements.txt Switched to pyproject.toml 2022-08-08 22:05:54 -04:00

SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries

SPDX-License-Identifier: MIT