]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
make it easy to customize logo image
authorTakayuki Matsubara <takayuki.1229@gmail.com>
Mon, 6 Nov 2017 13:30:25 +0000 (22:30 +0900)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Nov 2017 22:57:42 +0000 (14:57 -0800)
quantum/visualizer/resources/lcd_logo.c

index d1a0ffa7f94a9e0278b2d13f546306f815582dfa..314776c0b29688c5985ac516db4b33f111bf2783 100644 (file)
@@ -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,