Skip to content

Commit f3a0cc3

Browse files
committed
Merge branch 'master' of https://github.com/lvgl/lv_port_esp32
2 parents b777204 + 2cd2948 commit f3a0cc3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
PROJECT_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

main/component.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
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

0 commit comments

Comments
 (0)