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
89790734
Commit
89790734
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
6107fe6d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+1
-1
Gauges.c
source/Application/APP/GaugesMode/Gauges.c
+1
-1
GUI.c
source/Application/Graphic/GUI/GUI.c
+1
-1
Common_Interface.h
source/Application/RTE/Common_Interface.h
+2
-2
No files found.
ghs/project
View file @
89790734
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
89790734
...
...
@@ -10026,7 +10026,7 @@
:20E480000000000000000000000000000000000000000000000000000000030008000F0062
:20E4A00017002B00440062008200AA00D4000B0143018101C2010B02580200000000000078
:20E4C00000000000C800C800900190015802580220032003E803E803B004B0047805780558
:20E4E000B80B7017000014001400
2800020014002800000000000000020002000200280016
:20E4E000B80B7017000014001400
000002001400280000000000000002000200020028003E
:20E500000404060505050400000000000000000000000000000001000100010001000100D5
:20E520000000000008060D1313130E000000C800900158022003E803B00478050000000087
:20E540000000000000000000000000000000000000000000000000000000000000000000BB
This diff is collapsed.
Click to expand it.
source/Application/APP/GaugesMode/Gauges.c
View file @
89790734
...
...
@@ -33,7 +33,7 @@ uint8_t ModeGaugesTestFlag[GAUGES_TOTAL_NUM] = {0u};
const
uint16_t
GaugesDisDelayMax
[
2u
][
IndicatTypeTOtal
]
=
{
/*StepperMotor MotorGasType MotorTempType LCDGasType LEDOtherType GasType TempType 不同类型表头走行速度不同*/
{
0u
,
20u
,
20u
,
4
0u
,
2u
,
20u
,
40u
},
{
0u
,
20u
,
20u
,
0u
,
2u
,
20u
,
40u
},
{
0u
,
0u
,
0u
,
2u
,
2u
,
2u
,
40u
},
};
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
89790734
...
...
@@ -1570,7 +1570,7 @@ void GUI_Battery_Display_Display(uint8_t Mode)
current_value
=
Gui_Get_Voltmeter_DisplayMode
();
if
(
current_value
>
4u
)
if
(
(
current_value
>
4u
)
&&
(
current_value
<=
12u
)
)
{
current_Flag
=
1u
;
/*白*/
}
...
...
This diff is collapsed.
Click to expand it.
source/Application/RTE/Common_Interface.h
View file @
89790734
...
...
@@ -71,8 +71,8 @@ typedef struct
uint8_t
K_Line_LID4F
;
/* 32 机油&滤清器 5000 */
uint8_t
K_Line_LID50
;
/* -- 预留 */
uint8_t
K_Line_LID51
;
/* 01 工作模式 */
uint8_t
K_Line_LID52
;
/* 00 电子部件设定 */
uint8_t
K_Line_LID51
;
/* 01 工作模式
0-工厂模式 1-通常模式 2-销售模式
*/
uint8_t
K_Line_LID52
;
/* 00 电子部件设定
0-500K 1-250k
*/
uint8_t
Reserved0
;
uint8_t
Reserved1
;
...
...
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