File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
PROJECT_NAME := lvgl-demo
7
7
8
8
# Add new components (source folders)
9
- EXTRA_COMPONENT_DIRS := components/lvgl_esp32_drivers/lvgl_tft components/lvgl_esp32_drivers/lvgl_touch
9
+ EXTRA_COMPONENT_DIRS := components/lvgl_esp32_drivers/lvgl_tft
10
+ EXTRA_COMPONENT_DIRS += components/lvgl_esp32_drivers/lvgl_touch
10
11
# Must be before include $(IDF_PATH)/make/project.mk
11
12
# $(PROJECT_PATH)/xxx didn't work -> use $(abspath xxx) instead
12
13
Original file line number Diff line number Diff line change 3
3
#
4
4
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
5
5
6
- CFLAGS+ = -DLV_CONF_INCLUDE_SIMPLE
7
- CFLAGS+ = -DLV_LVGL_H_INCLUDE_SIMPLE
6
+ CFLAGS += -DLV_CONF_INCLUDE_SIMPLE
7
+ CFLAGS += -DLV_LVGL_H_INCLUDE_SIMPLE
You can’t perform that action at this time.
0 commit comments