15 lines
307 B
C
15 lines
307 B
C
/* Font data for Lucida Console 8pt */
|
|
#ifndef LUCIDA8PT
|
|
#define LUCIDA8PT
|
|
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
|
|
#include "font.h"
|
|
|
|
//extern const uint8_t lucidaConsole_8ptBitmaps[];
|
|
extern const FONT_INFO lucidaConsole_8ptFontInfo;
|
|
//extern const FONT_CHAR_INFO lucidaConsole_8ptDescriptors[];
|
|
|
|
#endif
|