Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

3.2.2 - Added a new demo

21 Feb 01:30
ae7101a

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 big 7-segment initializer to example

28 Jan 18:29
1da9029

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 Colon Property to smaller 7-segment display

28 Jan 01:51
29c028a

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.

Updated Number Function for the Segmented Displays

28 Jan 00:31
297b874

Choose a tag to compare

This release includes the following updates:

  • The number function for segmented displays has been updated with changes ported from the MicroPython library. Thanks @hybotics
  • The print_hex() function for segmented displays is no longer limited to a range of 0-FFFF.

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 set_digit_raw function for LED Segment Displays

25 Jan 20:22
24bb3e9

Choose a tag to compare

Potentially breaking release
The set_digit_raw function was originally implemented incorrectly and this fixes the behavior. If you have used it, you may need to update your code.

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 Hexidecimal Printing and improved Matrix shifting

20 Jan 16:28
97937ad

Choose a tag to compare

  • This release adds the print_hex() function for the segmented displays
  • It also improves the smoothness of matrix shifting by turning off auto_write during updates

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 Image function to matrices

17 Jan 04:12
ab9ff67

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 shift functions for Matrices

15 Jan 19:52
2a0c6c8

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 scrolling marquee feature to Alphanumeric and 7-segment displays

15 Jan 03:53
5b56a00

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.

Library now supports 16x8 Matrix Backpack

15 Jan 03:34
4e2266c

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.