Move CIE1931 and breathing tables to its own file
This commit is contained in:
parent
bc97413bf7
commit
f113f95440
6 changed files with 136 additions and 87 deletions
|
@ -32,12 +32,12 @@ OPT_DEFS += -DLCD_ENABLE
|
|||
ULIBS += -lm
|
||||
endif
|
||||
|
||||
ifdef LCD_BACKLIGHT_ENABLE
|
||||
ifeq ($(strip $(LCD_ENABLE)), yes)
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
ifdef LED_ENABLE
|
||||
ifeq ($(strip $(LED_ENABLE)), yes)
|
||||
SRC += $(VISUALIZER_DIR)/led_test.c
|
||||
OPT_DEFS += -DLED_ENABLE
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue