Releases: adafruit/Adafruit_CircuitPython_NeoPixel
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.
1.0.0!
Revert back to tuples by default for better backwards compatbility. Thanks @ntoll!
Adds deinit
to match other hardware APIs.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.0.0 Release Candidate 1
First release candidate. Superchargers the API and includes better docs compared to 0.0.4.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Release for CircuitPython 0.9.4
This requires CircuitPython 0.9.4+!
- Switch to
digitalio
that was split fromnativeio
.
Release for CircuitPython 0.9.0
This release is a small update to work with the latest 0.9.0 CircuitPython release. You must use this version of the library with CircuitPython 0.9.0 and higher, it will not work with earlier versions (incompatible API change)!