Releases: adafruit/Adafruit_CircuitPython_IS31FL3731
2.6.3 - Added Black check, reran Black with Python 3 target.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
Adds support for Pimoroni LED SHIM
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
2.6.1 Updating Readme
This release updates the readme.md file to show support for the Pimoroni Scroll pHAT HD.
Thank you @dglaude
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
2.6.0 - Upgrade to latest Pylint, implement Black formatting, add Scroll pHAT HD support
We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.
- Remove pinned Pylint version number from build.yml file
- Synced
.pylintrc
file to match Adafruit standard - Ran upgraded Pylint and applied any changes or new disables necessary
- Ran Black formatter and allowed application of changes across entire repo
For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black
- Additionally, Support for the Pimorini Scroll pHAT HD was added - thanks @dglaude
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
2.5.3 - Bug fix, changed CI from Travis to GitHub Actions
This release includes:
- A bug was fixed on the
is31fl3731_pillow_animated_gif
example - 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-is31fl3731
.
Read the docs for info on how to use it.
Added Scrolling Marquee Pillow Example
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
Added Animated gif Example
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
Added image function and font example
Added image function for use with the Python Imaging Library.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
Remove stop kwarg and use write_then_readinto.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.
Updated Example Filenames
Updated filenames in examples/
, to better define what they're for. Especially helpful for the example bundles.
Thanks @makermelissa for the updates!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
Read the docs for info on how to use it.