diff --git a/components/display/CMakeLists.txt b/components/display/CMakeLists.txt index a6d198645..181a68a6d 100644 --- a/components/display/CMakeLists.txt +++ b/components/display/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register( INCLUDE_DIRS "include" - REQUIRES driver led lvgl base_component task) + REQUIRES esp_driver_gpio led lvgl base_component task) add_definitions(-DLV_CONF_INCLUDE_SIMPLE) include_directories(include)