|
SBK_BarDrive Library 2.0.4
Modular animation and control library for bar meter LEDs
|
Built-in animation engine for SBK_BarMeter-based LED displays. More...
#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | SBK_BarMeterAnimations< BarMeterT > |
| Templated animation controller for SBK_BarMeter<T>. More... | |
| struct | SBK_BarMeterAnimations< BarMeterT >::Block |
Built-in animation engine for SBK_BarMeter-based LED displays.
This file defines the SBK_BarMeterAnimations template class, which provides a rich set of built-in animation sequences for LED bar meters. It supports dynamic animations like filling, bouncing, signal tracking, block emissions, random pixel updates, and more.
Compatible with any SBK_BarMeter<DriverT> instance, this class integrates directly with SBK_BarDrive through its .animations() accessor.
| BarMeterT | A specific instantiation of SBK_BarMeter (e.g., SBK_BarMeter<SBK_MAX72xxSoft>) |