diff --git a/users/t4corun/features/oled.c b/users/t4corun/features/oled.c index ba2303f4..954fdf83 100644 --- a/users/t4corun/features/oled.c +++ b/users/t4corun/features/oled.c @@ -46,7 +46,7 @@ void render_barbellboards_logo(void) { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; - oled_write_P(barbellboards_logo, false); + oled_write_raw_P(barbellboards_logo, sizeof(barbellboards_logo)); }