Add LCD backlight support
Also possibility to disable the LCD support
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
# SOFTWARE.
|
||||
|
||||
GFXLIB = $(VISUALIZER_DIR)/ugfx
|
||||
ifdef LCD_ENABLE
|
||||
include $(GFXLIB)/gfx.mk
|
||||
endif
|
||||
SRC += $(GFXSRC)
|
||||
INC += $(GFXINC)
|
||||
INC += $(GFXINC) $(VISUALIZER_DIR)
|
||||
|
||||
ifdef LCD_BACKLIGHT_ENABLE
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += lcd_backlight_hal.c
|
||||
endif
|
||||
|
Reference in New Issue
Block a user