8 lines
277 B
C
8 lines
277 B
C
|
#include "FontTypes.h"
|
||
|
|
||
|
// Font data for Mini Font
|
||
|
extern const uint8_t miniFontBitmaps[] PROGMEM; // stored in program flash memory
|
||
|
extern const FONT_CHAR_INFO miniFontDescriptors[] PROGMEM; // stored in program flash memory
|
||
|
extern const FONT_INFO miniFontInfo;
|
||
|
|