Releases: adafruit/Adafruit_CircuitPython_NeoPixel_SPI
Releases · adafruit/Adafruit_CircuitPython_NeoPixel_SPI
Update for Pypixelbuf Pt. 2
- Update to derive directly from Pypixelbuf
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopixel-spi
.
Read the docs for info on how to use it.
Update for Pypixelbuf
- Updated to work with Pypixelbuf based NeoPixel
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopixel-spi
.
Read the docs for info on how to use it.
0.3.1 - Changed CI from Travis to GitHub Actions
This release includes:
- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-neopixel-spi
.
Read the docs for info on how to use it.
Some fixes
- Add example code
- Fix #2
- Add mock module to allow use of CircuitPython NeoPixel
PyPi
- Release for PyPi
0.2.3: Merge pull request #5 from kattni/example-doc-string
Add docstring to example.
Initial release
- Initial release.