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};