Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
67a5851b
Commit
67a5851b
authored
Aug 27, 2024
by
王金亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:57477 【豪进750TFT】【自检】重上15点仪表仅指示灯自检
54580 【豪进750TFT】【电源】反复上下15电,仪表显示错误
parent
5efc6363
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+9
-0
AMT630H_Datas.h
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
+1
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+2
-0
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
67a5851b
...
@@ -4066,6 +4066,15 @@ void AMT630H_GUI_BACKGRAND_SelfCheck()
...
@@ -4066,6 +4066,15 @@ void AMT630H_GUI_BACKGRAND_SelfCheck()
;
;
}
}
}
}
void
AMT630H_GUI_SELFCHECK_STS_INIT
(
void
)
{
g_u8SelfCheck
=
0U
;
g_u16fuelnumberup
=
0U
;
g_u16vspeednumberup
=
0U
;
g_u16espeednumberup
=
0U
;
g_u16vspeednumberdown
=
300U
;
g_u16espeednumberdown
=
300U
;
}
void
AMT630H_GUI_SETTING
()
void
AMT630H_GUI_SETTING
()
...
...
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
View file @
67a5851b
...
@@ -53,6 +53,7 @@ typedef enum
...
@@ -53,6 +53,7 @@ typedef enum
extern
void
AMT630H_GUI_DisplayProc
(
void
);
extern
void
AMT630H_GUI_DisplayProc
(
void
);
extern
void
AMT630H_GUI_Background
(
void
);
extern
void
AMT630H_GUI_Background
(
void
);
extern
uint8_t
GET_Backlight
(
void
);
extern
uint8_t
GET_Backlight
(
void
);
extern
void
AMT630H_GUI_SELFCHECK_STS_INIT
(
void
);
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
67a5851b
...
@@ -134,6 +134,8 @@ static void Power_IG_ON_Init(void)
...
@@ -134,6 +134,8 @@ static void Power_IG_ON_Init(void)
Fuel_KL15_Init
();
Fuel_KL15_Init
();
//RTE_GPIO_Set_Level(Blacklight_PWM, 1);
//RTE_GPIO_Set_Level(Blacklight_PWM, 1);
FaultCode_Init
();
FaultCode_Init
();
Amt630hInit
();
AMT630H_GUI_SELFCHECK_STS_INIT
();
}
}
static
void
Power_Sleep_Init
(
void
)
static
void
Power_Sleep_Init
(
void
)
...
...
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