Commit ef452250 authored by hu's avatar hu

调整星期显示

parent 18e03db0
......@@ -1562,7 +1562,7 @@ void GUI_Year_Month_Data_Display(uint8_t Mode)
/*星期 */
Week = Get_RTC_WEEK();
GUI_General_Display(MultiPurpose_Sprite, CN_kuohao, GUI_BLENDMODE_SRC_OVER); /*括号*/
GUI_General_Display(MultiPurpose_Sprite, GUIMenuWedk[Week - 1u], GUI_BLENDMODE_CUSTOM);
GUI_General_Display(MultiPurpose_Sprite, GUIMenuWedk[Week], GUI_BLENDMODE_CUSTOM);
Time_Hours = Get_RTC_HOUR();
/*时间*/
......
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