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 66PROJECT_NAME := lvgl-demo
77
88# 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
1011# Must be before include $(IDF_PATH)/make/project.mk
1112# $(PROJECT_PATH)/xxx didn't work -> use $(abspath xxx) instead
1213
Original file line number Diff line number Diff line change 33#
44# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
55
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