Skip to content

Commit 85837e4

Browse files
committed
Moved font data to main tree.
1 parent 0e444af commit 85837e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MAX7456_Font_Updater/MAX7456_Font_Updater.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ volatile int incomingByte;
6161
byte charbuf[54]; // for NVM_read
6262

6363
#include <avr/pgmspace.h>
64-
#include "font.h"
64+
#include <MAX7456_Font.h>
6565

6666

6767
//////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)