micropython-ht16k33 icon indicating copy to clipboard operation
micropython-ht16k33 copied to clipboard

Micropython driver for the HT16K33, a LED matrix, 7-Segment Numeric, and 14-Segment Alphanumeric display driver IC

Results 1 micropython-ht16k33 issues
Sort by recently updated
recently updated
newest added

Alters the base class to expect a MicroPython-native `machine.I2C` object rather than expecting a CircuitPython `busio.I2C`. Tested with Raspbery Pi Pico and the Adafruit 14-segment LED HT16K33 backpack. Example usage:...