1
0
Fork 0

Move LCD logo to visualizer resources

This commit is contained in:
Fred Sundvik 2017-04-08 21:19:44 +03:00
parent 3eb8785e87
commit df67169d42
6 changed files with 94 additions and 84 deletions

View file

@ -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