Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel

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.

Update documentation

03 May 20:21
e9f50cb
Compare
Choose a tag to compare
Merge pull request #26 from sommersoft/new_docs

Improve Ref Docs

Added support for multiple pixel color orders

23 Feb 21:21
f872892
Compare
Choose a tag to compare

Added support for multiple pixel color orders, such as RGB vs GRB. Thanks to @caternuson for the great work!