Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel

Updated setup.py for pypi

25 Aug 21:22
4b9563d

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

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

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

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

Choose a tag to compare

Thanks to @sommersoft for the great work!

Update to brightness

12 Feb 18:58
c72d18c

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.

Added an examples folder and an example .py file.

06 Jan 20:29
d7b1307

Choose a tag to compare

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

Added examples/strip.py

Travis build changes only - no code changes

26 Dec 21:19
8e1e5bb

Choose a tag to compare

Merge pull request #19 from adafruit/travis-yaml-update

fixed install command line 25

Updated with lint and autobundling!

12 Dec 21:55
fe8eb66

Choose a tag to compare

Thanks to @tannewt for the great work!

2.0 Release

02 Oct 17:48

Choose a tag to compare

2.0 Release with new .mpy files for CircuitPython 2.0 and above only. No functional changes to library.