Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
9aca425f
Commit
9aca425f
authored
Jan 07, 2025
by
陈家乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:蓝牙灯和导航在清大计扫表时不显示
parent
8a1c65cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+10
-1
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+3
-1
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
9aca425f
...
@@ -74,7 +74,9 @@ void Gauge_Service(void)
...
@@ -74,7 +74,9 @@ void Gauge_Service(void)
Check_SEG_Display
();
Check_SEG_Display
();
for
(
k
=
0
;
k
<
LampCh0_MAX
;
k
++
)
for
(
k
=
0
;
k
<
LampCh0_MAX
;
k
++
)
{
{
if
(
k
==
LampCh0_24_Keys
||
k
==
LampCh0_21_Fuel_W
||
k
==
LampCh0_13_Temp_AlarmW
||
k
==
LampCh0_26_Tire_PressureW
)
if
(
k
==
LampCh0_24_Keys
||
k
==
LampCh0_21_Fuel_W
\
||
k
==
LampCh0_13_Temp_AlarmW
||
k
==
LampCh0_26_Tire_PressureW
\
||
k
==
LampCh0_23_Bluetooth
)
{
{
;
;
}
}
...
@@ -84,6 +86,13 @@ void Gauge_Service(void)
...
@@ -84,6 +86,13 @@ void Gauge_Service(void)
}
}
}
}
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_10_Navigator1
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_19_Navigator2
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_17_Length2
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_18_Length1
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_14_ARRIVED_SERVICE_AREA
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_15_ARRIVED_TOLLGATE
,
LED_OFF
);
LED_Driver_Channel_Set
(
LampChannel_0
,
LampCh0_16_ARRIVED_TUNNEL
,
LED_OFF
);
}
}
else
else
{
{
...
...
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
9aca425f
...
@@ -4504,10 +4504,12 @@ void Check_SEG_Display(void)
...
@@ -4504,10 +4504,12 @@ void Check_SEG_Display(void)
#endif
#endif
SEG_SET_Voltage_NUM
(
1
,
a
*
111
);
SEG_SET_Voltage_NUM
(
1
,
a
*
111
);
//SEG_SET_Navigation_STS(0, 0, 0);
//SEG_SET_Navigation_STS(0, 0, 0);
for
(
i
=
0
;
i
<
SEG_LED_MAX
;
i
++
)
for
(
i
=
0
;
i
<
SEG_LED_MAX
;
i
++
)
{
{
SEG_SET_LED_STS
(
i
,
1
);
if
(
i
!=
em_SEG_Bluetooth
)
SEG_SET_LED_STS
(
i
,
1
);
}
}
SEG_Scan_SET_Fuel_Coolant_Dial
((
a
*
11
)
+
100
);
SEG_Scan_SET_Fuel_Coolant_Dial
((
a
*
11
)
+
100
);
...
...
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