Merge branch 'Branch_S550_Fast_Emmc' of gitlab.sifar.tech:linux-em-group/s530-ntk into Branch_S550_Fast_Emmc

This commit is contained in:
payton 2024-02-05 16:25:12 +08:00
commit 6cb404dfcc

View File

@ -8,7 +8,7 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#define UPDATE_TIMEER_MS 200 #define UPDATE_TIMEER_MS 200
#define LOW_BATTERY_TIMEER_MS 500 #define LOW_BATTERY_TIMEER_MS 300
static lv_task_t* update_timer = NULL; static lv_task_t* update_timer = NULL;
static lv_group_t* gp = NULL; static lv_group_t* gp = NULL;
static DISPLAY_FINAL_E gPowerOff = DISPLAY_FINAL_END; static DISPLAY_FINAL_E gPowerOff = DISPLAY_FINAL_END;