ubitxv6/nano_font.h
2020-01-01 20:49:35 -08:00

9 lines
146 B
C

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