aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ein_60/glcdfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ein_60/glcdfont.c b/keyboards/ein_60/glcdfont.c
index f9984b62c..b53b0918f 100644
--- a/keyboards/ein_60/glcdfont.c
+++ b/keyboards/ein_60/glcdfont.c
@@ -5,7 +5,7 @@
5 5
6#include "progmem.h" 6#include "progmem.h"
7 7
8static const char PROGMEM font[] = { 8static const unsigned char PROGMEM font[] = {
9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, 10 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00,
11 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, 11 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00,