FourteenSegmentFont Class that provides access to a fourteen-segment font data table.
Definition led_segment_font_data_RDL.hpp:36
 
static const uint16_t * pFontFourteenSegptr()
Retrieves a pointer to the fourteen-segment font data table.
Definition led_segment_font_data_RDL.cpp:85
 
static const uint16_t fontData[]
font , map of ASCII values/table to 14-segment, offset to position 32. dp-nmlkjh-g2-g1-fedcba order.
Definition led_segment_font_data_RDL.hpp:68
 
NineSegmentFont Class that provides access to a nine-segment font data table.
Definition led_segment_font_data_RDL.hpp:25
 
static const uint16_t * pFontNineSegptr()
Retrieves a pointer to the nine-segment font data table.
Definition led_segment_font_data_RDL.cpp:59
 
static const uint16_t fontData[]
font , map of ASCII values/table to 9-segment, offset to position 32. dp-ihgfedcba order.
Definition led_segment_font_data_RDL.hpp:42
 
SevenSegmentFont Class that provides access to a seven-segment font data table.
Definition led_segment_font_data_RDL.hpp:15
 
static const uint8_t * pFontSevenSegptr()
Retrieves a pointer to the seven-segment font data table.
Definition led_segment_font_data_RDL.cpp:33
 
static const uint8_t fontData[]
Font data table for ASCII values mapped to seven-segment representation. Offset starts at ASCII value...
Definition led_segment_font_data_RDL.hpp:16
 
SixteenSegmentFont Class that provides access to a sixteen-segment font data table.
Definition led_segment_font_data_RDL.hpp:46
 
static const uint16_t fontData[]
font , map of ASCII values/table to 16-segment, offset to position 32. utsrpnmkhgfedcba order.
Definition led_segment_font_data_RDL.hpp:94
 
static const uint16_t * pFontSixteenSegptr()
Retrieves a pointer to the sixteen-segment font data table.
Definition led_segment_font_data_RDL.cpp:111