Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

Individual left side dot control for big 7-segment display added

14 Jan 22:03
f836604

Choose a tag to compare

Support for individual control of the left side dots added on Big 7-segment display. Thanks @vdehors

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 readme to work with PyPI

31 Dec 22:16
fdf2da2

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.

Added set_digit_raw() function to be able to create new characters

31 Dec 20:33
058e121

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.

Added Version and Repo URL

06 Sep 19:37
3e64ef3

Choose a tag to compare

To make this compatible with circup, proper version and Repo URLs were added.

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.

Memory Usage Improvements

15 Mar 00:23
100ec29

Choose a tag to compare

Segment definitions are now Tuples making it more memory efficient. Thanks @tannewt

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.

Multiple Periods

08 Feb 15:59
1eb9d08

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

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

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

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

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.