This library provides a hardware driver for a variety of displays bases on the Holtek KT16K33 controller chip, including four-digit, seven-segment LEDs, 8x8 and 16x8 monochrome matrix LEDs, and bi-colour 8x8 matrix LEDs.
The library comprises a core driver for the HT16K33 and child classes for each of the currently supported display products: just load in the driver for the display your project features.
The library supports both CircuitPython and MicroPython applications.
Please see the source code repo for details of the general and device-specific driver APIs:
ht16k33matrix.py
code.ht16k33matrix.py
.You can view HT16K33 Python’s source code at GitHub.