diff options
Diffstat (limited to 'quantum/visualizer/resources/lcd_logo.c')
-rw-r--r-- | quantum/visualizer/resources/lcd_logo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/visualizer/resources/lcd_logo.c b/quantum/visualizer/resources/lcd_logo.c index d1a0ffa7f..314776c0b 100644 --- a/quantum/visualizer/resources/lcd_logo.c +++ b/quantum/visualizer/resources/lcd_logo.c | |||
@@ -24,6 +24,7 @@ | |||
24 | // Update array in the source code with the C array produced by the conversion program | 24 | // Update array in the source code with the C array produced by the conversion program |
25 | 25 | ||
26 | // The image below is generated from lcd_logo.png | 26 | // The image below is generated from lcd_logo.png |
27 | __attribute__((weak)) | ||
27 | const uint8_t resource_lcd_logo[512] = { | 28 | const uint8_t resource_lcd_logo[512] = { |
28 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 29 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
29 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 30 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |