Releases: adafruit/Adafruit_CircuitPython_FancyLED
1.4.13 - Made copyright stay up to date in docs/conf.py
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.12 - Fixed version string
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
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
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
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
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)
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
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
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
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.