Releases: adafruit/Adafruit_CircuitPython_TLC5947
1.2.4 - Changed CI from Travis to GitHub Actions
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
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
- 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
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!
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
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!
- 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
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
Initial release for MPY generation.