Applied proposed OLED display fix

This commit is contained in:
Thomas Baart 2019-09-26 23:41:41 +02:00
parent 5dfc517b88
commit 928453abfa

View File

@ -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) {