#include <MIDI_Inputs/LEDs/MCU/VULEDs.hpp>
Public Member Functions | |
| VULEDsCallback (const AH::DotBarDisplayLEDs< NumLEDs > &leds) | |
| template<class T > | |
| void | begin (T &) |
| template<class T > | |
| void | update (T &t) |
| AH::DotBarMode | getMode () const |
| Get the dot/bar mode. More... | |
| void | setMode (AH::DotBarMode mode) |
| Set the mode to either dot or bar mode. More... | |
| void | dotMode () |
| Set the mode to dot mode. More... | |
| void | barMode () |
| Set the mode to bar mode. More... | |
| void | toggleMode () |
| Toggle the dot/bar mode. More... | |
Private Attributes | |
| AH::DotBarDisplayLEDs< NumLEDs > | leds |
Static Private Attributes | |
| constexpr static uint8_t | FLOOR_CORRECTION = 5 |
Definition at line 11 of file VULEDs.hpp.
|
inline |
Definition at line 13 of file VULEDs.hpp.
|
inline |
Definition at line 16 of file VULEDs.hpp.
|
inline |
Definition at line 21 of file VULEDs.hpp.
|
inline |
Get the dot/bar mode.
Definition at line 28 of file VULEDs.hpp.
|
inline |
Set the mode to either dot or bar mode.
| mode | The mode. |
Definition at line 30 of file VULEDs.hpp.
|
inline |
Set the mode to dot mode.
Definition at line 32 of file VULEDs.hpp.
|
inline |
Set the mode to bar mode.
Definition at line 34 of file VULEDs.hpp.
|
inline |
Toggle the dot/bar mode.
Definition at line 36 of file VULEDs.hpp.
|
private |
Definition at line 39 of file VULEDs.hpp.
|
staticconstexprprivate |
Definition at line 42 of file VULEDs.hpp.
1.8.16