Control Surface
main
MIDI Control Surface library for Arduino
|
All Elements that can be used to show the state of the Control Surface on the display.
Classes | |
class | BitmapDisplay< Value_t > |
A class that displays a bitmap depending on the state of a MIDINote or any other object that has a getValue() method that returns true (or anything that evaluates to true) when the bitmap has to be displayed, as wel as a pair of getDirty() /clearDirty() methods to determine whether the display has to be updated. More... | |
class | DisplayElement |
An interface for elements that draw to a display. More... | |
class | DisplayInterface |
An interface for displays. More... | |
class | SSD1306_DisplayInterface |
This class creates a mapping between the Adafruit_SSD1306 display driver and the general display interface used by the Control Surface library. More... | |
class | LCDDisplay |
Displays the text of the Mackie Control Universal LCD screen for a single track. More... | |
class | TimeDisplayDisplay |
Displays the MCU time code display. More... | |
class | VPotDisplay< VPot_t > |
Displays the position of a MCU V-Pot. More... | |
class | VUDisplay< VU_t > |
Displays a MCU level meter. More... | |
class | SelectorDisplay |
A class for displaying the setting of a Selector object. More... | |