Display_Lib_RPI 2.4.0
A C++ Library to connect electronic displays to Linux single board computers.
Loading...
Searching...
No Matches
Static Protected Member Functions | Static Private Attributes | List of all members
SixteenSegmentFont Class Reference

SixteenSegmentFont Class that provides access to a sixteen-segment font data table. More...

#include <led_segment_font_data_RDL.hpp>

Inheritance diagram for SixteenSegmentFont:
Inheritance graph
[legend]

Static Protected Member Functions

static const uint16_t * pFontSixteenSegptr ()
 Retrieves a pointer to the sixteen-segment font data table.
 

Static Private Attributes

static const uint16_t fontData []
 font , map of ASCII values/table to 16-segment, offset to position 32. utsrpnmkhgfedcba order.
 

Detailed Description

SixteenSegmentFont Class that provides access to a sixteen-segment font data table.

Member Function Documentation

◆ pFontSixteenSegptr()

const uint16_t * SixteenSegmentFont::pFontSixteenSegptr ( )
staticprotected

Retrieves a pointer to the sixteen-segment font data table.

Pointer to Sixteen segment font

Returns
Pointer to the font data array.

Member Data Documentation

◆ fontData

const uint16_t SixteenSegmentFont::fontData
staticprivate
Initial value:
= {
0x0000, 0x000C, 0x0204, 0xAA3C, 0xAABB, 0xEE99, 0x9371, 0x0200, 0x1400, 0x4100,
0xFF00, 0xAA00, 0x4000, 0x8800, 0x1000, 0x4400, 0x44FF, 0x040C, 0x8877, 0x083F,
0x888C, 0x90B3, 0x88FB, 0x000F, 0x88FF, 0x88BF, 0x2200, 0x4200, 0x9400, 0x8830,
0x4900, 0x2807, 0x0AF7, 0x88CF, 0x2A3F, 0x00F3, 0x223F, 0x80F3, 0x80C3, 0x08FB,
0x88CC, 0x2233, 0x007C, 0x94C0, 0x00F0, 0x05CC, 0x11CC, 0x00FF, 0x88C7, 0x10FF,
0x98C7, 0x88BB, 0x2203, 0x00FC, 0x44C0, 0x50CC, 0x5500, 0x88BC, 0x4433, 0x2212,
0x1100, 0x2221, 0x5000, 0x0030, 0x0100, 0xA070, 0xA0E0, 0x8060, 0x281C, 0xC060,
0xAA02, 0xA2A1, 0xA0C0, 0x2000, 0x2260, 0x3600, 0x00C0, 0xA848, 0xA040, 0xA060,
0x82C1, 0xA281, 0x8040, 0xA0A1, 0x80E0, 0x2060, 0x4040, 0x5048, 0x5500, 0x0A1C,
0xC020
}

font , map of ASCII values/table to 16-segment, offset to position 32. utsrpnmkhgfedcba order.

Font data 16 Segment table


The documentation for this class was generated from the following files: