删除RTC,改用TIM进行非中断定时时间戳

This commit is contained in:
不吃油炸鸡
2026-02-02 10:37:50 +08:00
parent 68d900e3ea
commit 508718358a
22 changed files with 25405 additions and 35195 deletions

View File

@@ -56,6 +56,7 @@ 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 //////////////////////