Skip to content

Releases: adafruit/Adafruit_CircuitPython_NeoPixel

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.

Added an examples folder and an example .py file.

06 Jan 20:29
d7b1307
Compare
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
Compare
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
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

2.0 Release

02 Oct 17:48
Compare
Choose a tag to compare

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

1.0.0!

06 Sep 22:01
Compare
Choose a tag to compare

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

01 Aug 00:57
Compare
Choose a tag to compare
Pre-release

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

11 Apr 00:41
Compare
Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch to digitalio that was split from nativeio.

Release for CircuitPython 0.9.0

27 Feb 23:39
Compare
Choose a tag to compare

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)!