mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-21 22:51:28 +00:00
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,
|
||||||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,0
|
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) {
|
static void render_qmk_logo(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user