From 77f758690f4e69c358c7ccf6fc11b4782e735ffb Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 14 Apr 2024 16:11:59 -0500 Subject: [PATCH] CHanging to write raw --- users/t4corun/features/oled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }