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.