1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00
ubitxv6/glcdfont.c
2019-12-31 17:31:05 -08:00

6 lines
211 B
C

//Include the font so that it's built by the arduino
//default builder, despite being in a subdirectory
//#include "PDQ_MinLib/glcdfont.c"
#include <avr/pgmspace.h>
const unsigned char glcdfont[] PROGMEM = {0};