Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

Multiple Periods

08 Feb 15:59
1eb9d08
Compare
Choose a tag to compare
  • Fix multiple periods on 7 segment

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.

Fixed Spaces showing as Zeroes

06 Feb 18:22
2f26e6d
Compare
Choose a tag to compare
  • Fixed Spaces showing as zeroes. If any code was relying on this behavior, it may need to be updated.

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.

Flicker Fix

30 Jan 02:18
850a23c
Compare
Choose a tag to compare
  • Fixes flicker issue associate with auto_write feature. Thanks @makermelissa

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.

Update Travis Badge In Readme

16 Jan 02:03
b7f233e
Compare
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.

2.1.1: Fix PyPI / setup.py Installation

06 Nov 21:08
4a1dc24
Compare
Choose a tag to compare
  - Changed `py_modules` to `packages` in `setup.py`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/ht16k33/en/latest/) for info on how to use it.

Now on PyPi!

06 Aug 20:23
6ddfbe3
Compare
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
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work.

Sphinx update.

21 Feb 22:13
7a624ec
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

05 Jan 20:35
d62811d
Compare
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
Compare
Choose a tag to compare

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