feat: 增强用户界面组件与功能

- 在 CMakeLists.txt 中添加新的源文件和依赖项以支持 UI 组件
- 新增 ui.c、ui_helpers.c、ui_events.h、ui.h、screens/ui_Screen1.c 和相关头文件,构建用户界面
- 更新 main.c 以初始化 UI 组件并调整 LVGL 任务栈大小
- 引入新的屏幕和控件,提升用户交互体验
- 添加 project.info 文件以记录项目元数据
This commit is contained in:
2026-06-30 18:07:17 +08:00
parent 60efac6dfc
commit b0ba814625
12 changed files with 701 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
screens/ui_Screen1.c
ui.c
components/ui_comp_hook.c
ui_helpers.c