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
86031587
Commit
86031587
authored
Aug 27, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wjl_devlop' into 'dev'
合并请求20240827 See merge request
!62
parents
0c8fdfdb
5a83f239
Changes
3
Hide 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 @
86031587
...
@@ -4068,6 +4068,15 @@ void AMT630H_GUI_BACKGRAND_SelfCheck()
...
@@ -4068,6 +4068,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 @
86031587
...
@@ -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 @
86031587
...
@@ -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