# lvgl_external_button_demo **Repository Path**: yang-shao1/lvgl_external_button_demo ## Basic Information - **Project Name**: lvgl_external_button_demo - **Description**: lvgl按键作为外部设备案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-21 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Encoder, button ## README # ESP32 LVGL8.2 file(GLOB UI_SRCS "ui.c" "ui_events.c" "*.c" "./screens/*.c" "fonts/*.c" "components/*.c" "images/*.c") idf_component_register(SRCS ${UI_SRCS} INCLUDE_DIRS "./" "./components/" "../../main/" REQUIRES lvgl nvs_flash lvgl_esp32_drivers )