Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
Loading...
Searching...
No Matches
led_segment_font_data_RDL.hpp
Go to the documentation of this file.
1
8#pragma once
9
10#include <cstdint>
11
12extern const uint8_t * pFontSevenSegptr;
13extern const uint16_t * pFontNineSegptr;
14extern const uint16_t * pFontFourteenSegptr;
15extern const uint16_t * pFontSixteenSegptr;
const uint16_t * pFontNineSegptr
Definition led_segment_font_data_RDL.cpp:71
const uint16_t * pFontFourteenSegptr
Definition led_segment_font_data_RDL.cpp:72
const uint16_t * pFontSixteenSegptr
Definition led_segment_font_data_RDL.cpp:73
const uint8_t * pFontSevenSegptr
Definition led_segment_font_data_RDL.cpp:70