Releases: adafruit/Adafruit_CircuitPython_NeoPixel
Updated setup.py for pypi
- 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!
- 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
Merge pull request #26 from sommersoft/new_docs Improve Ref Docs
Added support for multiple pixel color orders
Added support for multiple pixel color orders, such as RGB vs GRB. Thanks to @caternuson for the great work!
Improved reference documentation.
Thanks to @sommersoft for the great work!
Update to brightness
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.
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
Merge pull request #19 from adafruit/travis-yaml-update fixed install command line 25
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
2.0 Release
2.0 Release with new .mpy files for CircuitPython 2.0 and above only. No functional changes to library.