更换串口为USB

This commit is contained in:
不吃油炸鸡
2026-02-07 13:29:07 +08:00
parent d542bdec20
commit b3dc8fc67b
44 changed files with 13221 additions and 7516 deletions

View File

@@ -56,7 +56,6 @@ static void main_timer_cb(lv_timer_t * timer)
{
// 1s 刷新一次全屏防止有时候不知什么原因的LCD刷新错误需要后续找到问题从根本解决不知是不是屏幕本身问题
ui_full_screen_refresh(lv_screen_active());
ui_GetElapsedTime_HMS(NULL, NULL, NULL); // 更新经过时间计数器
}
////////////////////////// Animation //////////////////////