diff options
author | Takayuki Matsubara <takayuki.1229@gmail.com> | 2017-11-06 22:30:25 +0900 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-06 12:10:17 -0500 |
commit | f113f1927fb6e4fd108b003863d4cce967292a9c (patch) | |
tree | f0ebb3be5c9604fa8f096f1f6422ca35824c8da1 | |
parent | 27ee42589215f5eeec555d472dfd6d40ae4dba15 (diff) | |
download | qmk_firmware-f113f1927fb6e4fd108b003863d4cce967292a9c.tar.gz qmk_firmware-f113f1927fb6e4fd108b003863d4cce967292a9c.zip |
make it easy to customize logo image
-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, |