mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-02 08:27:21 -04: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}; |