Control Surface stm32
MIDI Control Surface library for Arduino
AssignmentDisplay.hpp
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace MCU {
8
9constexpr static uint8_t AssignmentDisplayLength = 2;
10constexpr static uint8_t AssignmentDisplayAddress = 0x4A;
11
16class AssignmentDisplay : public SevenSegmentDisplay<AssignmentDisplayLength> {
17 public:
20 {AssignmentDisplayAddress, channel}) {}
21};
22
23} // namespace MCU
24
constexpr Channel CHANNEL_1
Definition: Channel.hpp:118
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe class for MIDI channels.
Definition: Channel.hpp:13
Class that receives and stores the text for the Mackie Control Universal 7-segment assignment display...
AssignmentDisplay(Channel channel=CHANNEL_1)
Class that receives and saves the text of a Mackie Control Universal 7-segment display like the assig...
static constexpr uint8_t AssignmentDisplayLength
static constexpr uint8_t AssignmentDisplayAddress