|
SBK_BarDrive Library 2.0.4
Modular animation and control library for bar meter LEDs
|
High-level controller for animated bar meters and LED displays compatible with external SBK_MAX72xx or SBK_HT16K33 drivers. More...
#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | SBK_BarMeter< DriverT > |
| Template class for controlling segment-based LED bar meters using row/column mappings. More... | |
| class | SBK_BarDrive< DriverT > |
| Unified interface combining SBK_BarMeter logic with optional built-in animation support. More... | |
Enumerations | |
| enum class | MatrixPreset { NONE , SBK_BarMeter_SK28 , SBK_BarMeter_SA28 , BL28_3005SK , BL28_3005SA } |
| Preset types for common matrix-style bar meter hardware configurations. More... | |
| enum class | BarDirection : uint8_t { FORWARD = 0 , REVERSE = 1 } |
| Direction of bar fill or animation progression. More... | |
High-level controller for animated bar meters and LED displays compatible with external SBK_MAX72xx or SBK_HT16K33 drivers.
Part of the SBK BarDrive Arduino Library https://github.com/smartbuilds/SBK_BarDrive
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
strong |
|
strong |
Preset types for common matrix-style bar meter hardware configurations.
Defines built-in mapping presets for SBK matrix-type bar meters. These presets simplify the initialization of the SBK_BarMeter class by providing predefined segment-to-row/column mappings, avoiding the need for manual setup.