diff options
| author | Drashna Jaelre | 2021-09-22 07:39:19 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-22 07:39:19 +0200 |
| commit | ea5735b0741764acab905e1137dab9de1e3cf5a6 (patch) | |
| tree | faf56a0fa0d87ecf37356512f8ced98035ef6600 /keyboards/ein_60/glcdfont.c | |
| parent | 9c564b6a5fc249af397e1c1b0ec237a2629072e8 (diff) | |
[Keyboard] Fix font file for Ein 60 Keyboard (#14553)
Diffstat (limited to 'keyboards/ein_60/glcdfont.c')
| -rw-r--r-- | keyboards/ein_60/glcdfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ein_60/glcdfont.c b/keyboards/ein_60/glcdfont.c index f9984b62ca..b53b0918f5 100644 --- a/keyboards/ein_60/glcdfont.c +++ b/keyboards/ein_60/glcdfont.c @@ -5,7 +5,7 @@ #include "progmem.h" -static const char PROGMEM font[] = { +static const unsigned char PROGMEM font[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, |