backlight control

This commit is contained in:
aanper
2020-10-15 19:15:53 +03:00
parent f9bda68ef8
commit 1e40f873a5
3 changed files with 33 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ APP_GUI ?= 0
ifeq ($(APP_GUI), 1)
CFLAGS += -DAPP_GUI
C_SOURCES += $(wildcard $(APP_DIR)/gui/*.c)
C_SOURCES += $(wildcard $(APP_DIR)/backlight-control/*.c)
endif
ifeq ($(APP_DISPLAY), 1)