日常更新

This commit is contained in:
2024-06-05 20:17:45 +08:00
parent 55cc6b31f3
commit 5dd6ddd802
6 changed files with 57 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ static char Text[] = "Menu";
static int8_t Curser = LINE_HEAD; // 定义光标位置
static int8_t Curser_Last = LINE_HEAD; // 定义光标位置
uint32_t cnt = 0;
uint32_t reset[1];
uint32_t reset[3];
static void Print_Menu_p(void);
/***************************************************************************************
*