ubitxv6/nano_font.h
2019-12-31 17:31:05 -08:00

9 lines
145 B
C

#ifndef _NANO_FONT
#define _NANO_FONT
#include <stdint.h>
#include "PDQ_MinLib/gfxfont.h"
extern const GFXfont ubitx_font;
#endif //_NANO_FONT