Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

Now on PyPi!

06 Aug 20:23
6ddfbe3

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-ht16k33.

Read the docs for info on how to use it.

Improved reference documentation.

28 Feb 02:01
a59583f

Choose a tag to compare

Thanks to @sommersoft for the great work.

Sphinx update.

21 Feb 22:13
7a624ec

Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

05 Jan 20:35
d62811d

Choose a tag to compare

Thanks to @tannewt for the great work! Thanks to @deshipu for the help!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

Quick fix

11 Apr 21:58

Choose a tag to compare

Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!

Release for CircuitPython 0.9.4

11 Apr 00:48

Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch to busio which will bitbang on ESP8266 too.

Initial release.

10 Jan 22:03

Choose a tag to compare

Direct port of micropython-adafruit-ht16k33 library to Adafruit CircuitPython.