修改测试了UI界面,他说粉色的好看,哈哈

This commit is contained in:
Wang Beihong
2026-04-20 22:31:25 +08:00
parent 30e95387e5
commit 9aea4a8338
21 changed files with 14963 additions and 38645 deletions

View File

@@ -38,4 +38,7 @@ extern "C" void app_main(void)
lvgl_port_unlock();
// 创建一个 FreeRTOS 任务来更新 UI 显示(字符串拼接需要更多栈空间)
xTaskCreate(ui_task, "ui_task", 4096, NULL, 10, NULL);
}