chore: add an option to "LV_TICK_CUSTOM" (#3879)

This commit is contained in:
Forairaaaaa
2023-01-03 15:12:19 +08:00
committed by GitHub
parent e529230f4b
commit c6c1b0b3d3
3 changed files with 8 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ else()
idf_component_register(SRCS ${SOURCES} ${EXAMPLE_SOURCES} ${DEMO_SOURCES}
INCLUDE_DIRS ${LVGL_ROOT_DIR} ${LVGL_ROOT_DIR}/src ${LVGL_ROOT_DIR}/../
${LVGL_ROOT_DIR}/examples ${LVGL_ROOT_DIR}/demos)
${LVGL_ROOT_DIR}/examples ${LVGL_ROOT_DIR}/demos
REQUIRES esp_timer)
endif()
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLV_CONF_INCLUDE_SIMPLE")