Skip to content

Releases: adafruit/Adafruit_CircuitPython_FancyLED

1.4.12 - Fixed version string

22 Aug 18:58
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.

1.4.11 - Switched to pyproject.toml

09 Aug 19:55
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.

1.4.10 - Added cp.org link to index.rst

09 Jun 18:53
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.4.9 - Repo documentation and config updates

07 Jun 17:22
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.4.8 - Updated documentation link, python version

04 Feb 20:58
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

Allow user code to set W element of RGBW pixels via pack() function (issue #25)

29 Dec 00:38
8400bd6
Compare
Choose a tag to compare

This is NOT True and Robust RGBW Handling™, but does allow easy setting of the W element of RGBW NeoPixels without having to unpack() a previously-pack()ed result. The pack() function accepts an optional W value, in which case it returns a 4-tuple that can be used with the NeoPixel() setter. This is esoteric but the need for it is discussed in issue #25, due to the way the CircuitPython NeoPixel setter works (tuples are preferred to packed ints). This provides a relatively benign quick compromise without having to implement a whole CRGBW class.

1.4.6 - Updated pylint version, linted

15 Nov 18:37
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.

1.4.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:47
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.

1.4.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:15
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.

1.4.3 - Moved to pre-commit, added licensing info

20 Jan 22:49
8770cdd
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fancyled.

Read the docs for info on how to use it.