|
SBK_HT16K33 library 2.0.0
Standalone Arduino library to control HT16K33 LED matrices or bar meters via I2C. Can be used directly or as a driver for SBK_BarDrive animations.
|
Arduino driver for controlling a single HT16K33 I2C LED matrix or bar meter. More...
#include <Arduino.h>#include <Wire.h>Go to the source code of this file.
Classes | |
| class | SBK_HT16K33 |
| I2C driver wrapper for HT16K33 compatible with SBK_BarMeter and SBK_BarDrive. More... | |
Arduino driver for controlling a single HT16K33 I2C LED matrix or bar meter.
This class provides a simple API for communicating with HT16K33 LED drivers using I2C. It supports 8x16 LED matrix configurations and is compatible with SBK_BarDrive as an optional backend. The API mirrors SBK_MAX72xx to allow easy driver interchange.