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:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"project_name": "HeavenlyHeroStar.spj",
|
||||
"datetime": "2026-06-30T17:42:22.1833279+08:00",
|
||||
"editor_version": "1.6.1",
|
||||
"project_version": 0,
|
||||
"user": "tzyd rsgl",
|
||||
"export_datetime": "2026-06-30T17:42:22.1833279+08:00",
|
||||
"export_user": "tzyd rsgl"
|
||||
}
|
||||
Reference in New Issue
Block a user