9 lines
235 B
C
9 lines
235 B
C
|
#include "FontTypes.h"
|
||
|
|
||
|
// Font data for OCR A Extended 8pt
|
||
|
extern const uint8_t PROGMEM oCRAExtended_8ptBitmaps [];
|
||
|
extern const FONT_INFO oCRAExtended_8ptFontInfo;
|
||
|
extern const FONT_CHAR_INFO PROGMEM oCRAExtended_8ptDescriptors[];
|
||
|
|
||
|
|