Commit 669c991c authored by 时昊's avatar 时昊

feat:修改时间显示刷图

parent 4dbabbc2
...@@ -2805,23 +2805,23 @@ void AMT630H_GUI_ReadPosittion_Display(void) ...@@ -2805,23 +2805,23 @@ void AMT630H_GUI_ReadPosittion_Display(void)
break; break;
case MENU_ITEM_CLOCK_HOUR_TENB: /*20 时钟小时十位*/ case MENU_ITEM_CLOCK_HOUR_TENB: /*20 时钟小时十位*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
AMT630H_GUI_Clock_Setting(12, 13, 1); AMT630H_GUI_Clock_Setting(Get_Dis_Hour_Time(), Get_Dis_Minute_Time(), 1);
break; break;
case MENU_ITEM_CLOCK_HOUR_BIT: /*19 时钟小时个位*/ case MENU_ITEM_CLOCK_HOUR_BIT: /*19 时钟小时个位*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
AMT630H_GUI_Clock_Setting(12, 13, 2); AMT630H_GUI_Clock_Setting(Get_Dis_Hour_Time(), Get_Dis_Minute_Time(), 2);
break; break;
case MENU_ITEM_CLOCK_MIN_TENB: /*18 时钟分钟十位*/ case MENU_ITEM_CLOCK_MIN_TENB: /*18 时钟分钟十位*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
AMT630H_GUI_Clock_Setting(12, 13, 3); AMT630H_GUI_Clock_Setting(Get_Dis_Hour_Time(), Get_Dis_Minute_Time(), 3);
break; break;
case MENU_ITEM_CLOCK_MIN_BIT: /*17 时钟分钟个位*/ case MENU_ITEM_CLOCK_MIN_BIT: /*17 时钟分钟个位*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
AMT630H_GUI_Clock_Setting(12, 13, 4); AMT630H_GUI_Clock_Setting(Get_Dis_Hour_Time(), Get_Dis_Minute_Time(), 4);
break; break;
case MENU_ITEM_CLOCK_BACK: /*16 时钟返回*/ case MENU_ITEM_CLOCK_BACK: /*16 时钟返回*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
AMT630H_GUI_Clock_Setting(12, 13, 5); AMT630H_GUI_Clock_Setting(Get_Dis_Hour_Time(), Get_Dis_Minute_Time(), 5);
break; break;
case MENU_ITEM_UNIT_SETTING: /*21 单位设置*/ case MENU_ITEM_UNIT_SETTING: /*21 单位设置*/
AMT630H_GUI_SETTING(); AMT630H_GUI_SETTING();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment