ST7565 tidyup (#10907)
This commit is contained in:
parent
1c0e8a6bb4
commit
3afe0ea9b9
9 changed files with 136 additions and 159 deletions
|
@ -58,12 +58,14 @@ ULIBS += -lm
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(LCD_ENABLE)), yes)
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_keyframes.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_keyframes.c
|
||||
ifeq ($(strip $(LCD_BACKLIGHT_ENABLE)), yes)
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c
|
||||
endif
|
||||
# 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
|
||||
$(eval $(call ADD_DRIVER,LCD))
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue