Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
MAX7219SevenSegmentDisplay.hpp File Reference
#include "MAX7219_Base.hpp"
#include <AH/STL/cmath>
+ 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< SPIDriver >
 A class for 8-digit 7-segment displays with a MAX7219 driver. More...
 

Namespaces

namespace  AH
 PrintStream library
 

Variables

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