mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 03:47:21 -05:00
6 lines
211 B
C
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};
|