From 21697c2ec57de3ec30bf0ed9a211af3f47ff88e9 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Fri, 12 Jun 2026 16:53:39 -0500 Subject: [PATCH] fix(display): Update component depend to esp_driver_gpio --- components/display/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)