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 /quantum | |
parent | 27ee42589215f5eeec555d472dfd6d40ae4dba15 (diff) | |
download | qmk_firmware-f113f1927fb6e4fd108b003863d4cce967292a9c.tar.gz qmk_firmware-f113f1927fb6e4fd108b003863d4cce967292a9c.zip |
make it easy to customize logo image
Diffstat (limited to 'quantum')
-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 d1a0ffa7f9..314776c0b2 100644 --- a/quantum/visualizer/resources/lcd_logo.c +++ b/quantum/visualizer/resources/lcd_logo.c @@ -24,6 +24,7 @@ // Update array in the source code with the C array produced by the conversion program // The image below is generated from lcd_logo.png +__attribute__((weak)) const uint8_t resource_lcd_logo[512] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |