mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-02 08:27:21 -04:00
6 lines
140 B
C++
6 lines
140 B
C++
#include "nano_font.h"
|
|
#include <avr/pgmspace.h>
|
|
|
|
#include "PDQ_MinLib/FreeSansBold9pt7b.h"
|
|
|
|
const GFXfont* ubitx_font = &FreeSansBold9pt7b; |