From: Takayuki Matsubara Date: Mon, 6 Nov 2017 13:30:25 +0000 (+0900) Subject: make it easy to customize logo image X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=f113f1927fb6e4fd108b003863d4cce967292a9c make it easy to customize logo image --- 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 @@ // 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,