Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel_SPI

1.0.2 - Added cp.org link to index.rst

09 Jun 18:17
Compare
Choose a tag to compare

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.

1.0.1 - Repo documentation and config updates

07 Jun 17:05
Compare
Choose a tag to compare

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.

1.0.0 - remove support for pypixelbuf and _pixelbuf

25 Mar 19:12
16c143c
Compare
Choose a tag to compare

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.9.3 - Updated documentation link, python version

04 Feb 20:18
Compare
Choose a tag to compare

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.9.2 - Updated pylint version, linted

15 Nov 18:14
Compare
Choose a tag to compare

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.9.1 - Moved to pre-commit, added licensing info

18 Feb 23:13
18a3807
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-neopixel-spi.

Read the docs for info on how to use it.

Tunable

09 Sep 16:16
37f95df
Compare
Choose a tag to compare
  • Add new kwargs to allow for tuning to accommodate protocol variations.

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.8.1 - Fixed discord invite link

09 Jul 20:44
Compare
Choose a tag to compare

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.

Updated for PyPixelBuf 2.0.0

30 Apr 19:55
887bb5e
Compare
Choose a tag to compare

Updates the API to match PixelBuf from CircuitPython 5.x

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.4.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:14
06c0d71
Compare
Choose a tag to compare

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.