2019-12-31 20:31:05 -05:00
|
|
|
#include "nano_font.h"
|
|
|
|
#include <avr/pgmspace.h>
|
|
|
|
|
2020-04-26 01:52:39 -04:00
|
|
|
#include "PDQ_MinLib/FreeSansBold9pt7b.h"
|
2020-04-22 00:56:51 -04:00
|
|
|
//#include "PDQ_MinLib/Picopixel.h"
|
|
|
|
//#include "PDQ_MinLib/org_01.h"
|
2020-04-26 01:52:39 -04:00
|
|
|
//#include "PDQ_MinLib/TomThumb.h"
|
2019-12-31 20:31:05 -05:00
|
|
|
|
2020-04-26 01:52:39 -04:00
|
|
|
const GFXfont* ubitx_font = &FreeSansBold9pt7b;
|
2020-04-22 00:56:51 -04:00
|
|
|
//const GFXfont* ubitx_font = &Picopixel;
|
|
|
|
//const GFXfont* ubitx_font = &Org_01;
|
2020-04-26 01:52:39 -04:00
|
|
|
//const GFXfont* ubitx_font = &TomThumb;
|