mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-05 04:27:36 -05:00
13 lines
367 B
C++
13 lines
367 B
C++
#include "nano_font.h"
|
|
#include <avr/pgmspace.h>
|
|
|
|
#include "PDQ_MinLib/FreeSansBold9pt7b.h"
|
|
//#include "PDQ_MinLib/Picopixel.h"
|
|
//#include "PDQ_MinLib/org_01.h"
|
|
//#include "PDQ_MinLib/TomThumb.h"
|
|
|
|
const GFXfont* ubitx_font = &FreeSansBold9pt7b;
|
|
//const GFXfont* ubitx_font = &Picopixel;
|
|
//const GFXfont* ubitx_font = &Org_01;
|
|
//const GFXfont* ubitx_font = &TomThumb;
|