Initialize backlight and LCD during visualizer_init
This commit is contained in:
parent
209167d4d6
commit
8ce60649c8
2 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,7 @@ GFXLIB = $(VISUALIZER_DIR)/ugfx
|
|||
ifdef LCD_ENABLE
|
||||
include $(GFXLIB)/gfx.mk
|
||||
OPT_DEFS += -DLCD_ENABLE
|
||||
OPT_LIBS += -lm
|
||||
endif
|
||||
SRC += $(GFXSRC) $(VISUALIZER_DIR)/visualizer.c
|
||||
INC += $(GFXINC) $(VISUALIZER_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue