Releases: adafruit/Adafruit_CircuitPython_HT16K33
Updated Number Function for the Segmented Displays
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
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
- 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
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
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
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
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
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
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
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.