Skip to content

Releases: adafruit/Adafruit_CircuitPython_IS31FL3731

2.6.3 - Added Black check, reran Black with Python 3 target.

10 Apr 18:41
f3b8455
Compare
Choose a tag to compare

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

06 Apr 22:10
68711b9
Compare
Choose a tag to compare

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

04 Apr 20:50
a640e19
Compare
Choose a tag to compare

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

20 Mar 15:11
a8527a5
Compare
Choose a tag to compare

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

22 Jan 15:30
Compare
Choose a tag to compare

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

06 Dec 19:09
8af2cf6
Compare
Choose a tag to compare

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

06 Dec 17:04
03acb80
Compare
Choose a tag to compare

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

05 Dec 20:23
4d989cd
Compare
Choose a tag to compare

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.

27 Aug 19:48
908e0da
Compare
Choose a tag to compare

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

22 Mar 19:54
5639bbe
Compare
Choose a tag to compare

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.