Commit 17aa366e authored by 郑萍's avatar 郑萍

🐞 fix:56246 【豪进7500TFT】【时间】在夜间模式下,时间“:”不闪烁

parent e37f0e59
......@@ -2662,7 +2662,10 @@ static void AMT630H_GUI_TIME(uint16_t Hour, uint16_t Minute)
else if (g_u8Display_Mode == ModeNIGHT)
{
/*外部接收小时和分钟*/
SetPagePic(GRAPHICS_PAGE_0, Pic_0634_916_503);
if (FLASH_SYNC_1Hz)
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0634_916_503);
}
DISPLAY_NUM_ST DisplayNumPara;
uint16_t HourNumber;
uint16_t MinuteNumber;
......
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