Skip to content

Releases: adafruit/Adafruit_CircuitPython_TLC5947

1.2.4 - Changed CI from Travis to GitHub Actions

23 Jan 02:20
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Updated Requirements

25 Feb 22:17
deb2c6d
Compare
Choose a tag to compare

Updated Requirements. Thanks @demophoon.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Change asserts to exceptions

11 Feb 16:16
43f6c80
Compare
Choose a tag to compare
  • Change asserts to exceptions.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Update README, allow negative index

15 Jan 00:24
7799703
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Support for chaining boards!

03 Dec 22:01
a410634
Compare
Choose a tag to compare

Library now supports chaining TLC5947 boards.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Example updated

12 Nov 20:14
Compare
Choose a tag to compare

Added LED cycling to example.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-tlc5947.

Read the docs for info on how to use it.

Now on PyPi!

08 Aug 21:33
8428cfe
Compare
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-tlc5947.

Read the docs for info on how to use it.

Doc refinement

01 May 18:43
e18be0e
Compare
Choose a tag to compare

Thanks to @brentru for the documentation refinement.

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.

Initial release

05 Feb 19:30
Compare
Choose a tag to compare

Initial release for MPY generation.