1
0
Fork 0

Move CIE1931 and breathing tables to its own file

This commit is contained in:
Fred Sundvik 2017-04-01 17:43:38 +03:00
parent bc97413bf7
commit f113f95440
6 changed files with 136 additions and 87 deletions

View file

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