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
d40294fa
Commit
d40294fa
authored
Dec 08, 2021
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整FLASH增加ABS指示灯图片 FV00.05
parent
074def16
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22808 additions
and
22770 deletions
+22808
-22770
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22018
-22008
project.siz
ghs/project.siz
+2
-2
Data_AirPressure.c
source/Application/APP/Data_AirPressure/Data_AirPressure.c
+24
-0
Telltales_user.c
source/Application/APP/Telltales/Telltales_user.c
+4
-2
GPIO.c
source/Driver/GPIO/GPIO.c
+1
-1
images.c
source/Driver/Graphic/images.c
+758
-757
images.h
source/Driver/Graphic/images.h
+1
-0
No files found.
ghs/project
View file @
d40294fa
No preview for this file type
ghs/project.hex
View file @
d40294fa
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
d40294fa
project .intvect 1536
project .intvect 1536
project .text 324
604
project .text 324
876
project .rodata 4111
03
project .rodata 4111
19
project .secinfo 120
project .secinfo 120
project .syscall 6
project .syscall 6
project .romdata 9021
project .romdata 9021
...
...
source/Application/APP/Data_AirPressure/Data_AirPressure.c
View file @
d40294fa
...
@@ -379,16 +379,40 @@ uint8_t Common_Get_WET_Valid(void)
...
@@ -379,16 +379,40 @@ uint8_t Common_Get_WET_Valid(void)
return
DataStrWET
.
Valid
;
return
DataStrWET
.
Valid
;
}
}
/*-------------------------------------------------------------------------
* Function Name : Common_Get_Air1_Data
* Description : 获取
* Input : None
* Output : None
* Return : None
* onther : None
--------------------------------------------------------------------------*/
uint16_t
Common_Get_Air1_Data
(
void
)
uint16_t
Common_Get_Air1_Data
(
void
)
{
{
return
DataStrGas1
.
DataDisplay
;
return
DataStrGas1
.
DataDisplay
;
}
}
/*-------------------------------------------------------------------------
* Function Name : Common_Get_Air2_Data
* Description : 获取
* Input : None
* Output : None
* Return : None
* onther : None
--------------------------------------------------------------------------*/
uint16_t
Common_Get_Air2_Data
(
void
)
uint16_t
Common_Get_Air2_Data
(
void
)
{
{
return
DataStrGas2
.
DataDisplay
;
return
DataStrGas2
.
DataDisplay
;
}
}
/*-------------------------------------------------------------------------
* Function Name : Common_Get_WET_Data
* Description : 获取
* Input : None
* Output : None
* Return : None
* onther : None
--------------------------------------------------------------------------*/
uint16_t
Common_Get_WET_Data
(
void
)
uint16_t
Common_Get_WET_Data
(
void
)
{
{
return
DataStrWET
.
DataDisplay
;
return
DataStrWET
.
DataDisplay
;
...
...
source/Application/APP/Telltales/Telltales_user.c
View file @
d40294fa
...
@@ -1333,9 +1333,11 @@ uint8_t LED_EVSC_L_Judgement(void)
...
@@ -1333,9 +1333,11 @@ uint8_t LED_EVSC_L_Judgement(void)
m_Condition3
=
(
uint8_t
)
Get_ID_18F0010B_Sig_ATC_or_ASR_Lamp_State
();
m_Condition3
=
(
uint8_t
)
Get_ID_18F0010B_Sig_ATC_or_ASR_Lamp_State
();
m_Condition4
=
(
uint8_t
)
Get_ID_18FE4F0B_Sig_VDC_Lamp_State
();
m_Condition4
=
(
uint8_t
)
Get_ID_18FE4F0B_Sig_VDC_Lamp_State
();
m_Condition5
=
(
uint8_t
)
Get_ID_18FE4F0B_Sig_VDC_Fully_operational
();
m_Condition5
=
(
uint8_t
)
Get_ID_18FE4F0B_Sig_VDC_Fully_operational
();
m_Condition6
=
0u
;
/*气压1 1.89以下*/
m_Condition7
=
0u
;
/*气压1 1.89以下*/
if
(
if
(
(
m_Condition1
==
1u
)
||
(
m_Condition1
==
1u
)
||
(
m_Condition6
<
1890u
)
||
(
m_Condition7
<
1890u
)
||
((
m_Condition2
==
1u
)
&&
(
K_Line_Set
.
K_Line_LID21
==
0x01u
))
||
((
m_Condition2
==
1u
)
&&
(
K_Line_Set
.
K_Line_LID21
==
0x01u
))
||
((
CanStatus1
==
CAN_SIG_LOST
)
&&
(
K_Line_Set
.
K_Line_LID22
==
0x01u
))
((
CanStatus1
==
CAN_SIG_LOST
)
&&
(
K_Line_Set
.
K_Line_LID22
==
0x01u
))
)
)
...
@@ -1909,7 +1911,7 @@ void LED_ABS_R_Execution(uint8_t led_status)
...
@@ -1909,7 +1911,7 @@ void LED_ABS_R_Execution(uint8_t led_status)
}
}
else
else
{
{
ABS_LED_MCU_OUT
=
0x0u
;
ABS_LED_MCU_OUT
=
0x0
0
u
;
SEG_LED_ABS_R
(
0
);
SEG_LED_ABS_R
(
0
);
}
}
}
}
...
...
source/Driver/GPIO/GPIO.c
View file @
d40294fa
source/Driver/Graphic/images.c
View file @
d40294fa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
source/Driver/Graphic/images.h
View file @
d40294fa
...
@@ -219,6 +219,7 @@ enum SpriteName
...
@@ -219,6 +219,7 @@ enum SpriteName
CN_dangwei_RM
,
CN_dangwei_RM
,
CN_MANUAL
,
CN_MANUAL
,
CN_Alarm_01
,
CN_Alarm_01
,
CN_Alarm_02
,
CN_ODO
,
CN_ODO
,
CN_ODO_danwei
,
CN_ODO_danwei
,
CN_TRIP
,
CN_TRIP
,
...
...
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