PiScan/include/interface/graphic_lcd/font_lucida7pt.h

14 lines
287 B
C

/* 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