Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
le21_Fuel
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
时昊
le21_Fuel
Commits
83dcd255
Commit
83dcd255
authored
Apr 18, 2023
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除LDW菜单
parent
95b5e5ad
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
119 additions
and
119 deletions
+119
-119
GUI_Display.c
le21_fuel/Sources/Part_4/GUI_Display.c
+1
-1
Menu.h
le21_fuel/Sources/Part_4/Menu.h
+1
-1
Menu_Interface.c
le21_fuel/Sources/Part_4/Menu_Interface.c
+116
-116
PageType.c
le21_fuel/Sources/Part_4/PageType.c
+1
-1
No files found.
le21_fuel/Sources/Part_4/GUI_Display.c
View file @
83dcd255
...
...
@@ -2575,7 +2575,7 @@ void GUI_DRIVE_INFO_Display(void)
}
else if (GUIBackUp.Menu_Cur == MENU_ITEM_Navi_ECU)
{
if
(
(
MenuCur
==
MENU_ITEM_ECU_LDW
)
||
(
MenuCur
==
MENU_ITEM_ECU_RADAR
))
if (
/*(MenuCur == MENU_ITEM_ECU_LDW) ||*/
(MenuCur == MENU_ITEM_ECU_RADAR))
{
Clear_Middle();
Refresh = 1;
...
...
le21_fuel/Sources/Part_4/Menu.h
View file @
83dcd255
...
...
@@ -61,7 +61,7 @@ typedef enum
MENU_ITEM_ECU_BattLowTemp
,
MENU_ITEM_ECU_ErrCode
,
MENU_ITEM_ECU_TPMS
,
MENU_ITEM_ECU_LDW
,
//
MENU_ITEM_ECU_LDW,
MENU_ITEM_ECU_RADAR
,
MENU_ITEM_SET_TIME
,
...
...
le21_fuel/Sources/Part_4/Menu_Interface.c
View file @
83dcd255
This diff is collapsed.
Click to expand it.
le21_fuel/Sources/Part_4/PageType.c
View file @
83dcd255
...
...
@@ -421,7 +421,7 @@ void Page_Manage_KeyCrl_Service(_Page_Key_Value_Enum key )
(
menu
==
MENU_ITEM_ECU_BattHighVolt
)
||
(
menu
==
MENU_ITEM_ECU_BattLowVolt
)
||
(
menu
==
MENU_ITEM_ECU_BattHighTemp
)
||
(
menu
==
MENU_ITEM_ECU_BattLowTemp
)
||
(
menu
==
MENU_ITEM_ECU_ErrCode
)
||
(
menu
==
MENU_ITEM_ECU_TPMS
)
||
(
menu
==
MENU_ITEM_ECU_LDW
)
||
(
menu
==
MENU_ITEM_ECU_TPMS
)
/*|| (menu == MENU_ITEM_ECU_LDW)*/
||
(
menu
==
MENU_ITEM_ECU_RADAR
)
||
(
menu
==
MENU_ITEM_SET_TPMS_LEARN_LF
)
||
(
menu
==
MENU_ITEM_SET_TPMS_LEARN_RF
)
||
(
menu
==
MENU_ITEM_SET_TPMS_LEARN_LR
)
||
(
menu
==
MENU_ITEM_SET_TPMS_LEARN_MLR
)
||
...
...
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