Browse Source

make it easy to customize logo image

pull/1978/head 0.5.156
Takayuki Matsubara 6 years ago
committed by Jack Humbert
parent
commit
f113f1927f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/visualizer/resources/lcd_logo.c

+ 1
- 0
quantum/visualizer/resources/lcd_logo.c View 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,


Loading…
Cancel
Save