|
/* Font data for Lucida Console 7pt */
|
|
#ifndef LUCIDA7PT
|
|
#define LUCIDA7PT
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "font.h"
|
|
|
|
//extern const uint8_t lucidaConsole_7ptBitmaps[];
|
|
extern const FONT_INFO lucidaConsole_7ptFontInfo;
|
|
//extern const FONT_CHAR_INFO lucidaConsole_7ptDescriptors[];
|
|
|
|
#endif
|