This commit is contained in:
不吃油炸鸡
2025-09-27 19:11:39 +08:00
parent bfa48bcba9
commit 13cd1e65b3
4 changed files with 96 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
#include "tim.h"
#include "stm32f4xx_it.h"
#include "adc.h"
#include "rtc.h"
// user
#include "user_TasksInit.h"
@@ -82,6 +83,9 @@ void HardwareInitTask(void *argument)
// lcd
// done in lvgl disp init
// rtc
SetReferenceTime();
// ui
// LVGL and disp init
lv_init();