低电关机调整时间为2s
This commit is contained in:
parent
5940d1b86f
commit
2dec5c8304
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user