Skip to content

Releases: adafruit/Adafruit_CircuitPython_HT16K33

Added Hexidecimal Printing and improved Matrix shifting

20 Jan 16:28
97937ad
Compare
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
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.

Added shift functions for Matrices

15 Jan 19:52
2a0c6c8
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.

Added scrolling marquee feature to Alphanumeric and 7-segment displays

15 Jan 03:53
5b56a00
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.

Library now supports 16x8 Matrix Backpack

15 Jan 03:34
4e2266c
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.

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

14 Jan 22:03
f836604
Compare
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
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.

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

31 Dec 20:33
058e121
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.

Added Version and Repo URL

06 Sep 19:37
3e64ef3
Compare
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
Compare
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.