1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00
ubitxv6/nano_font.cpp
2020-01-01 20:49:35 -08:00

6 lines
140 B
C++

#include "nano_font.h"
#include <avr/pgmspace.h>
#include "PDQ_MinLib/FreeSansBold9pt7b.h"
const GFXfont* ubitx_font = &FreeSansBold9pt7b;