Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Namespaces | Variables
MAX7219SevenSegmentDisplay.hpp File Reference
#include <AH/Settings/Warnings.hpp>
#include "MAX7219_Base.hpp"
Include dependency graph for MAX7219SevenSegmentDisplay.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MAX7219SevenSegmentDisplay
 A class for 8-digit 7-segment displays with a MAX7219 driver. More...
 

Namespaces

 AH
 

Variables

static constexpr uint8_t SevenSegmentCharacters [0x40]
 A lookup table for 7-segment characters, as specified by the Logic Control manual. More...
 
static constexpr const uint8_t * AlphaChars = &SevenSegmentCharacters[0x01]
 
static constexpr const uint8_t * NumericChars = &SevenSegmentCharacters[0x30]