Browse Source

[Keyboard] Fix font file for Ein 60 Keyboard (#14553)

pull/14561/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
ea5735b074
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/ein_60/glcdfont.c

+ 1
- 1
keyboards/ein_60/glcdfont.c View File

@ -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,


Loading…
Cancel
Save