Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel

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!

Improved reference documentation.

22 Feb 21:38
fe7dcf8
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Update to brightness

12 Feb 18:58
c72d18c
Compare
Choose a tag to compare

brightness no longer requires show() if auto_write=True.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from this release that matches the version of CircuitPython you are using.