Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
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
时昊
IVECO_NS216
Commits
0fe665f1
Commit
0fe665f1
authored
Aug 30, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改瞬时油耗单位显示问题
parent
a7d9c599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GUI.c
source/Appliciation/Display/GUI.c
+2
-2
No files found.
source/Appliciation/Display/GUI.c
View file @
0fe665f1
...
...
@@ -1014,7 +1014,7 @@ void Gui_InstantOilCon(uint8_t Valid, uint8_t InstantOilCon)
{
if
(
InstantOilCon
>
99
)
{
if
(
DataVSpeed
>=
50
0
)
if
(
DataVSpeed
>=
50
)
{
Draw_Image_Local_Digit_Draw
(
InstantOilCon
,
Number_18_white_List
,
3
,
1
,
InstantOilCon22Digits18PosX
,
171
);
Draw_Image_Local
((
uint8_t
*
)
ECU_Unit_Lkm_01_X0_Y0
,
102
,
171
);
...
...
@@ -1029,7 +1029,7 @@ void Gui_InstantOilCon(uint8_t Valid, uint8_t InstantOilCon)
}
else
{
if
(
DataVSpeed
>=
50
0
)
if
(
DataVSpeed
>=
50
)
{
Draw_Image_Local_Digit_Draw
(
InstantOilCon
,
Number_18_white_List
,
2
,
0
,
InstantOilCon11Digits18PosX
,
171
);
Draw_Image_Local
((
uint8_t
*
)
ECU_Unit_Lkm_01_X0_Y0
,
97
,
171
);
...
...
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