Releases: adafruit/Adafruit_CircuitPython_NeoPxl8
0.3.1 - Fix Docstring & Add Multi-Animation Example
What's Changed
- Fix neopxl8 docstring re num_strands by @mcmanigle in #12
- add example with more animations by @FoamyGuy in #14
New Contributors
- @mcmanigle made their first contribution in #12
Full Changelog: 0.3.0...0.3.1
0.3.0 - Fix Bit Timing
0.2.5 - Fix For Sphinx RTD Theme
Full Changelog: 0.2.4...0.2.5
0.2.4 - Fix RTD Docs Build and Unpin Sphinx
Changes: 0.2.3...0.2.4
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopxl8
.
Read the docs for info on how to use it.
0.2.3 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopxl8
.
Read the docs for info on how to use it.
0.2.2 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-NeoPxl8
.
Read the docs for info on how to use it.
0.2.1 - Added repo and version module attributes
Added the __repo__
and __version__
attributes to the module. Thanks @jposada202020!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopxl8
.
Read the docs for info on how to use it.
0.2.0
Initial pre-release
Merge pull request #3 from tekktrik/main Update .pylintrc