Control Surface develop
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
BitmapDisplay.hpp File Reference
Include dependency graph for BitmapDisplay.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...

Typedefs

template<class Value_t = Interfaces::IValue>
using NoteBitmapDisplay

Typedef Documentation

◆ NoteBitmapDisplay

template<class Value_t = Interfaces::IValue>
using NoteBitmapDisplay
Initial value:
A class that displays a bitmap depending on the state of a MIDINote or any other object that has a ge...