Control Surface stm32
MIDI Control Surface library for Arduino
Classes | Typedefs
BitmapDisplay.hpp File Reference
#include <AH/STL/utility>
#include <Display/Bitmaps/XBitmaps.hpp>
#include <Display/DisplayElement.hpp>
#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
+ 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 = BitmapDisplay< Value_t >
 

Typedef Documentation

◆ NoteBitmapDisplay

using NoteBitmapDisplay = BitmapDisplay<Value_t>

Definition at line 39 of file BitmapDisplay.hpp.