mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-03 14:14:17 -04:00
CHanging to write raw
This commit is contained in:
parent
451747c0cc
commit
77f758690f
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue