Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISUZU
VC66_7C
Commits
18f6f848
Commit
18f6f848
authored
2 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整时间显示BUG
parent
810f8c21
withBoot_Test
Buzzer_Test
PopupTest
development
developmentEn
menutest
withBoot
withBoot_ENCN
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
GUI.c
source/Application/Graphic/GUI/GUI.c
+3
-3
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
18f6f848
...
...
@@ -560,7 +560,7 @@ void GUI_Data_Dispaly(uint8_t Mode)
Year
=
(
Year
&
0xFF
)
+
1985u
;
Month
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Month
();
Date
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Day
();
Date
=
Date
/
4u
;
Week
=
Cal_RTC_Week
(
Year
,
Month
,
Date
);
if
(
CanStatus
==
CAN_SIG_NORMAL
)
...
...
@@ -2202,8 +2202,8 @@ void GUI_Year_Month_Data_Display(uint8_t Mode)
Year
=
(
Year
&
0xFF
)
+
1985u
;
Month
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Month
();
Date
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Day
();
Week
=
Cal_RTC_Week
(
Year
,
Month
,
Date
);
Date
=
Date
/
4u
;
Week
=
Cal_RTC_Week
(
Year
,
Month
,
Date
);
Time_Hours
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Hours
();
Time_Minutes
=
(
uint8_t
)
Get_ID_18FEE64A_Sig_TBOX_Minutes
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment