Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
#include <Hardware/LEDs/LEDs.hpp>
Go to the source code of this file.
Classes | |
class | DotBarDisplayLEDs< N > |
A class for LED bars. More... | |
Enumerations | |
enum | DotBarMode : bool { DotBarMode::Bar = false, DotBarMode::Dot = true } |
An enumeration type to set an LED display to either bar or dot mode. More... | |
|
strong |
An enumeration type to set an LED display to either bar or dot mode.
Enumerator | |
---|---|
Bar | Turn on a range of LEDs up to the active LED. |
Dot | Turn on only the active LED. |
Definition at line 12 of file DotBarDisplayLEDs.hpp.