Releases: adafruit/Adafruit_CircuitPython_NeoPixel
NeoPixel SPI
- 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
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
- 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
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
- 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.
- 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
- 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!