CHanging to write raw

This commit is contained in:
Victor 2024-04-14 16:11:59 -05:00
parent 451747c0cc
commit 77f758690f
Failed to generate hash of commit

View file

@ -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));
}