diff --git a/component.mk b/component.mk index 4befe8e..5a4522d 100644 --- a/component.mk +++ b/component.mk @@ -1,4 +1,9 @@ # LVGL esp32 drivers -COMPONENT_SRCDIRS := . +COMPONENT_SRCDIRS := . + COMPONENT_ADD_INCLUDEDIRS := . +COMPONENT_ADD_INCLUDEDIRS += lvgl_tft +COMPONENT_ADD_INCLUDEDIRS += lvgl_touch + +CFLAGS += -DLV_LVGL_H_INCLUDE_SIMPLE