Move LCD keyframes to its own file

This commit is contained in:
Fred Sundvik 2017-04-05 08:40:39 +03:00
parent 05530b193f
commit 5815c5d317
7 changed files with 203 additions and 162 deletions

View file

@ -34,6 +34,7 @@ endif
ifeq ($(strip $(LCD_ENABLE)), yes)
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
SRC += $(VISUALIZER_DIR)/lcd_keyframes.c
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
endif