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
b7eca076
Commit
b7eca076
authored
Aug 17, 2024
by
王雅楠
🍎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:【56368】修改蓝牙默认值
parent
e81dbe30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+20
-20
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
b7eca076
...
...
@@ -527,11 +527,11 @@ void AMT630H_GUI_Bluetooth_Information(uint8_t sync_contacts, uint8_t Connect_ON
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
1
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
0
_584_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
0
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
1
_584_226
);
}
DISPLAY_NUM_ST
DisplayNumPara
;
uint8_t
sync_contactsNumber
;
...
...
@@ -570,11 +570,11 @@ void AMT630H_GUI_Bluetooth_Information(uint8_t sync_contacts, uint8_t Connect_ON
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0056_377_166
);
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
2_574
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
3_573
_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
3_573
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
2_574
_226
);
}
DISPLAY_NUM_ST
DisplayNumPara
;
uint8_t
sync_contactsNumber
;
...
...
@@ -616,11 +616,11 @@ void AMT630H_GUI_Bluetooth_Information(uint8_t sync_contacts, uint8_t Connect_ON
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0330_367_163
);
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
8
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
7
_584_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
7
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
8
_584_226
);
}
DISPLAY_NUM_ST
DisplayNumPara
;
uint8_t
sync_contactsNumber
;
...
...
@@ -660,11 +660,11 @@ void AMT630H_GUI_Bluetooth_Information(uint8_t sync_contacts, uint8_t Connect_ON
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
8_574
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
9_573
_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
9_573
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
8_574
_226
);
}
DISPLAY_NUM_ST
DisplayNumPara
;
uint8_t
sync_contactsNumber
;
...
...
@@ -1935,11 +1935,11 @@ void AMT630H_GUI_Bluetooth_Connect_Setting(Menu_Item_en_t select, uint8_t sync_c
/*蓝牙开关*/
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
1
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
0
_584_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
0
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_014
1
_584_226
);
}
/*同步联系人*/
...
...
@@ -1996,11 +1996,11 @@ void AMT630H_GUI_Bluetooth_Connect_Setting(Menu_Item_en_t select, uint8_t sync_c
/*蓝牙连接*/
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
2_574
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
3_573
_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
3_573
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_005
2_574
_226
);
}
/*蓝牙联系人*/
...
...
@@ -2059,11 +2059,11 @@ void AMT630H_GUI_Bluetooth_Connect_Setting(Menu_Item_en_t select, uint8_t sync_c
/*蓝牙连接*/
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
8
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
7
_584_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
7
_584_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_032
8
_584_226
);
}
/*蓝牙联系人选择*/
...
...
@@ -2120,11 +2120,11 @@ void AMT630H_GUI_Bluetooth_Connect_Setting(Menu_Item_en_t select, uint8_t sync_c
/*蓝牙连接*/
if
(
Connect_ON
==
0
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
8_574
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
9_573
_226
);
}
else
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
9_573
_226
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_023
8_574
_226
);
}
/*蓝牙联系人选择*/
...
...
@@ -4016,19 +4016,19 @@ void AMT630H_GUI_ReadPosittion_Display(void)
case
MENU_ITEM_BLUETOOTH_CONNECT
:
/*03 蓝牙连接*/
AMT630H_GUI_SETTING
();
AMT630H_GUI_Bluetooth_Information
(
8
,
Get_Dis_Bluetooth_Open_Close
());
/*蓝牙开关和联系人接口没给*/
AMT630H_GUI_Bluetooth_Information
(
8
,
Get_Dis_Bluetooth_Open_Close
());
break
;
case
MENU_ITEM_BLUETOOTH_OPEN_CLOSE
:
/*12 蓝牙_开*/
AMT630H_GUI_SETTING
();
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_OPEN_CLOSE
,
8
,
Get_Dis_Bluetooth_Open_Close
());
/*蓝牙开关和联系人接口没给*/
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_OPEN_CLOSE
,
8
,
Get_Dis_Bluetooth_Open_Close
());
break
;
case
MENU_ITEM_BLUETOOTH_SYNC
:
/*13 蓝牙同步联系人*/
AMT630H_GUI_SETTING
();
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_SYNC
,
8
,
Get_Dis_Bluetooth_Open_Close
());
/*蓝牙开关和联系人接口没给*/
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_SYNC
,
8
,
Get_Dis_Bluetooth_Open_Close
());
break
;
case
MENU_ITEM_BLUETOOTH_BACK
:
/*14 蓝牙返回*/
AMT630H_GUI_SETTING
();
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_BACK
,
8
,
Get_Dis_Bluetooth_Open_Close
());
/*蓝牙开关和联系人接口没给*/
AMT630H_GUI_Bluetooth_Connect_Setting
(
MENU_ITEM_BLUETOOTH_BACK
,
8
,
Get_Dis_Bluetooth_Open_Close
());
break
;
case
MENU_ITEM_CLOCK_SETTING
:
/*15 时钟设置*/
AMT630H_GUI_SETTING
();
...
...
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