Move LCD logo to visualizer resources
This commit is contained in:
parent
3eb8785e87
commit
df67169d42
6 changed files with 94 additions and 84 deletions
|
@ -37,6 +37,8 @@ ifeq ($(strip $(LCD_ENABLE)), yes)
|
|||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_keyframes.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c
|
||||
# Note, that the linker will strip out any resources that are not actually in use
|
||||
SRC += $(VISUALIZER_DIR)/resources/lcd_logo.c
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue