forked from forks/qmk_firmware
Applied proposed OLED display fix
This commit is contained in:
parent
5dfc517b88
commit
928453abfa
|
|
@ -214,7 +214,7 @@ static void render_kyria_logo(void) {
|
|||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,0
|
||||
};
|
||||
oled_write_raw(&kyria_logo, sizeof(kyria_logo));
|
||||
oled_write_raw(&kyria_logo[0], sizeof(kyria_logo));
|
||||
}
|
||||
|
||||
static void render_qmk_logo(void) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue