|
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.
|
Directories | |
| src | |
Arduino-compatible driver for controlling HT16K33 LED matrix ICs using I2C. This library is designed for 8x16 LED matrix control and is compatible with SBK_BarDrive if used, but can also be used standalone.
| Method | Description |
|---|---|
| begin() | Initializes the HT16K33 driver |
| setLed(row,col,v) | Sets LED at (row, col) to ON/OFF |
| getLed(...) | Gets the current buffer state |
| clear() | Clears the internal buffer |
| show() | Pushes the buffer to the display |
| setBrightness() | Adjusts brightness level (0–15) |
To use this library with SBK_BarDrive:
This library is released under the MIT License. See the LICENSE file for full details.