修改测试了UI界面,他说粉色的好看,哈哈
This commit is contained in:
@@ -38,4 +38,7 @@ extern "C" void app_main(void)
|
||||
lvgl_port_unlock();
|
||||
// 创建一个 FreeRTOS 任务来更新 UI 显示(字符串拼接需要更多栈空间)
|
||||
xTaskCreate(ui_task, "ui_task", 4096, NULL, 10, NULL);
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user