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
2b799e12
Commit
2b799e12
authored
Sep 19, 2024
by
王雅楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:导航界面右上角通话显示
parent
621a4a0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+25
-0
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
2b799e12
...
...
@@ -3290,6 +3290,30 @@ static void AMT630H_GUI_PhoneConnect_Telephone()
;
}
}
/*
*NAME : AMT630H_GUI_Fuel
*FUNCTION : 燃油显示函数
*PARAMETER : uint8_t Fuel- 燃油格数
*RETURN : NULL
*/
static
void
AMT630H_GUI_PhoneConnect_UPtele
()
{
if
(
BlueToothPhoneData
.
BlueToothSignalSate
==
BlueTooth_Connection
)
{
if
((
BlueToothPhoneData
.
BlueToothPhoneSate
==
Phone_Outgoing
)
||
(
BlueToothPhoneData
.
BlueToothPhoneSate
==
Phone_Talking
)
||
(
BlueToothPhoneData
.
BlueToothPhoneSate
==
Phone_Incoming
))
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0519_648_5
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0520_760_50
);
}
else
{
;
}
}
else
{
;
}
}
/*
*NAME : AMT630H_GUI_Fuel
...
...
@@ -4972,6 +4996,7 @@ void AMT630H_GUI_ReadPosittion_Display(void)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0941_0_470
);
/*下半屏*/
PackedTransfer_DisplayPhoneMirrorQRcode
(
0
,
PicObj
);
AMT630H_GUI_PhoneConnect_UPtele
();
}
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_242_313
);
// SetPagePic(GRAPHICS_PAGE_0, Pic_0382_0_0);/*背景图*/
...
...
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