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
41651a28
Commit
41651a28
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整ODO库函数,解决清小G死机问题
parent
ddaf2a14
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23162 additions
and
23161 deletions
+23162
-23161
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+23158
-23158
project.siz
ghs/project.siz
+1
-1
libodo.a
source/Application/APP/Data_ODO/libodo.a
+0
-0
GUI.c
source/Application/Graphic/GUI/GUI.c
+3
-2
No files found.
ghs/project
View file @
41651a28
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
41651a28
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
41651a28
project .intvect 1536
project .text 3201
24
project .text 3201
08
project .rodata 411103
project .secinfo 120
project .syscall 6
...
...
This diff is collapsed.
Click to expand it.
source/Application/APP/Data_ODO/libodo.a
View file @
41651a28
No preview for this file type
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
41651a28
...
...
@@ -600,13 +600,14 @@ void GUI_TFTTelltales_Display(uint8_t Mode)
void
GUI_WetGas_Dispaly
(
uint8_t
Mode
)
{
uint8_t
current_value
=
0u
;
uint8_t
current_Flag
=
1u
;
/*有效性*/
if
(
Mode
==
GUI_DISP_MODE_NORMAL
)
{
current_value
=
GetGaugesCurrentPos
(
WETGasGauges
);
//Common_Get_WET_Valid(); /*有效性判断用*/
//
current_Flag =
Common_Get_WET_Valid(); /*有效性判断用*/
if
(
current_value
<=
17u
)
if
(
(
current_value
<=
17u
)
&&
(
current_Flag
==
1u
)
)
{
GUI_General_Display
(
WET_Sprite
,
CN_qiya
,
GUI_BLENDMODE_SRC_OVER
);
/*刷长条的气压表框。*/
}
...
...
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