Class that provides access to a seven-segment font data table.
More...
#include <seven_segment_font_data.h>
|
| static const uint8_t * | pFontSevenSegptr () |
| | Retrieves a pointer to the seven-segment font data table.
|
| |
Class that provides access to a seven-segment font data table.
◆ pFontSevenSegptr()
| const uint8_t * SevenSegmentFont::pFontSevenSegptr |
( |
| ) |
|
|
staticprotected |
Retrieves a pointer to the seven-segment font data table.
- Returns
- Pointer to the font data array.
◆ _ASCII_FONT_END
| constexpr uint8_t SevenSegmentFont::_ASCII_FONT_END = 0x7B |
|
staticconstexprprotected |
◆ _ASCII_FONT_HEX_OFFSET
| constexpr uint8_t SevenSegmentFont::_ASCII_FONT_HEX_OFFSET = 0x10 |
|
staticconstexprprotected |
ASCII table offset to reach the number position
◆ _ASCII_FONT_OFFSET
| constexpr uint8_t SevenSegmentFont::_ASCII_FONT_OFFSET = 0x20 |
|
staticconstexprprotected |
Offset in the ASCII table for font Start position
◆ DEC_POINT_7_MASK
| constexpr uint8_t SevenSegmentFont::DEC_POINT_7_MASK = 0x80 |
|
staticconstexprprotected |
Mask to switch on 7 seg decimal point
The documentation for this class was generated from the following files: