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
252754f7
Commit
252754f7
authored
Sep 14, 2024
by
王雅楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:新增WIFI指示灯接口
parent
50ed1f27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+27
-3
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
252754f7
...
@@ -2935,11 +2935,11 @@ static void AMT630H_GUI_Light()
...
@@ -2935,11 +2935,11 @@ static void AMT630H_GUI_Light()
;
;
}
}
}
}
if
(
Get
_TelltalesLedSts
(
em_LED_WIFI
))
if
(
Get
PhoneMirrorst
()
==
1
)
/*WIFI指示灯*/
{
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0737_875_23
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0737_875_23
);
}
}
if
(
BlueToothPhoneData
.
BlueToothSignalSate
==
BlueTooth_Connection
)
if
(
BlueToothPhoneData
.
BlueToothSignalSate
==
BlueTooth_Connection
)
/*蓝牙指示灯*/
{
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0740_682_21
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0740_682_21
);
}
}
...
@@ -4667,11 +4667,34 @@ void AMT630H_GUI_ReadPosittion_Display(void)
...
@@ -4667,11 +4667,34 @@ void AMT630H_GUI_ReadPosittion_Display(void)
PicObj
.
navigation_task_id
=
Pic_0411
;
//红色小e 19B
PicObj
.
navigation_task_id
=
Pic_0411
;
//红色小e 19B
if
(
GetPhoneMirrorst
()
==
0
)
if
(
GetPhoneMirrorst
()
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0001_0_0
);
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0001_0_0
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0476_0_0
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0476_0_0
);
/*上半屏*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0941_0_470
);
/*下半屏*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0478_188_310
);
/*版本*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0491_188_343
);
/*状态*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0494_410_144
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0495_655_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0496_410_197
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0498_411_252
);
/*UUID*/
// /*是否激活接口待补充*/
// /*!!!!!!!!!!!!别删!!!!!!!!!!!!*/
// if(/*已激活*/)
// {
// SetPagePic(GRAPHICS_PAGE_0, Pic_0492_243_344);
// }
// else
// {
// SetPagePic(GRAPHICS_PAGE_0, Pic_0493_242_344);
// }
// /*!!!!!!!!!!!!别删!!!!!!!!!!!!*/
PackedTransfer_DisplayPhoneMirrorQRcode
(
1
,
PicObj
);
PackedTransfer_DisplayPhoneMirrorQRcode
(
1
,
PicObj
);
}
}
else
else
{
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0941_0_470
);
/*下半屏*/
PackedTransfer_DisplayPhoneMirrorQRcode
(
0
,
PicObj
);
PackedTransfer_DisplayPhoneMirrorQRcode
(
0
,
PicObj
);
}
}
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_242_313
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0479_242_313
);
...
@@ -4679,6 +4702,7 @@ void AMT630H_GUI_ReadPosittion_Display(void)
...
@@ -4679,6 +4702,7 @@ void AMT630H_GUI_ReadPosittion_Display(void)
AMT630H_GUI_PhoneConnect_Light
();
AMT630H_GUI_PhoneConnect_Light
();
AMT630H_GUI_PhoneConnect_TIME
(
Get_Dis_Hour_Time
(),
Get_Dis_Minute_Time
());
AMT630H_GUI_PhoneConnect_TIME
(
Get_Dis_Hour_Time
(),
Get_Dis_Minute_Time
());
AMT630H_GUI_PhoneConnect_VSpeed
(
VechileSpeed
);
AMT630H_GUI_PhoneConnect_VSpeed
(
VechileSpeed
);
break
;
break
;
default:
default:
break
;
break
;
...
...
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