Add Screensaver

This commit is contained in:
kevin
2023-07-10 21:30:52 +08:00
parent de75ef5611
commit 88d26a9a6d
3 changed files with 208 additions and 29 deletions

View File

@@ -1,7 +1,11 @@
#define ON 1
#define OFF 0
#define TIMER_OFFSET_TIMER (TIMER_500_TICK)
#define TIMER_BW_TIMER (TIMER_500_TICK)
#define TIMER_SNR_TIMER (TIMER_500_TICK)
#define TIMER_BAT_TIMER (TIMER_500_TICK)
#define TIMER_SCREENSAVER_BASE 1000000
#define TIMER_500_TICK 500
#define BAT_LEVEL_EMPTY 1600