Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel

4.1.0 - Added support for PyPixelBuf API

17 Jan 02:13
68388d0
Compare
Choose a tag to compare

This release includes:

  • Added support for PyPixelBuf API
  • 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.

Read the docs for info on how to use it.

Remove NeoPixel SPI

04 Dec 19:43
ff99d55
Compare
Choose a tag to compare
  • It was decided this should live elsewhere.

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

NeoPixel SPI

09 Oct 22:03
b94f06d
Compare
Choose a tag to compare
  • Add NeoPixel_SPI class which drives NeoPixels via SPI port.

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Updated Examples

11 May 15:22
c0bdd8b
Compare
Choose a tag to compare

Example filenames are now Adabot Approved. Thanks @dherrada.

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Color tweak

20 Mar 22:13
c0ed348
Compare
Choose a tag to compare
  • Allow colors to be any sequence of ints rather than forcing tuple. Thanks to @cpforbes

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Update Travis Badge In Readme

15 Jan 23:58
6e35cd2
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Enhanced color value checking

30 Oct 01:02
72e8f38
Compare
Choose a tag to compare
  • better checking between color value and pixel order

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Examples update.

17 Oct 21:05
8b1124c
Compare
Choose a tag to compare
  • updated neopixel_simpletest.py

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Updated setup.py for pypi

25 Aug 21:22
4b9563d
Compare
Choose a tag to compare
  • updated setup.py to try and fix pypi

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.

Now on PyPi!

03 Aug 17:51
d484074
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

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

To use in CPython, pip install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.