Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

4.1.7 - Updated pylint version, linted

15 Nov 19:07

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.6 - Added type hints

02 Nov 16:10
97c5c58

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Disable matrix refresh during update using image()

10 Mar 00:41
84bb364

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.4 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:02

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:28

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.2 - Moved to pre-commit, added licensing info

20 Jan 22:35
88a1575

Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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

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

Read the docs for info on how to use it.

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

10 Apr 18:12
4eed803

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.0 - Upgrade to latest Pylint, implement Black formatting

23 Mar 17:32
9e73ebb

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

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

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

Read the docs for info on how to use it.

Brightness has been updated for consistency

10 Mar 15:43
f38cd30

Choose a tag to compare

Breaking Changes The brightness property has been updated to now be in a range of 0-1.0 instead of 0-15 for consistency with other libraries. If you are not setting the brightness property in your code, it should continue to work as it has.

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

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

Read the docs for info on how to use it.

Added a new demo

04 Mar 22:35
d3cc347

Choose a tag to compare

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

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

Read the docs for info on how to use it.