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
5b8297c4
Commit
5b8297c4
authored
Sep 25, 2024
by
王雅楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改字库地址&来电显示时将联系人与电话号码在同一位置显示
parent
410dbc6b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
224 deletions
+113
-224
BlueTooth.c
Firmware/Source/Application/BlueTooth.c
+3
-3
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+110
-221
No files found.
Firmware/Source/Application/BlueTooth.c
View file @
5b8297c4
...
@@ -255,8 +255,8 @@ void TextService(void)
...
@@ -255,8 +255,8 @@ void TextService(void)
}
}
}
}
}
}
if
(
Menu_Get_Current_Cursor_Information
()
==
MENU_ITEM_BLUETOOTH_CONNECT
)
//
if(Menu_Get_Current_Cursor_Information() == MENU_ITEM_BLUETOOTH_CONNECT)
{
//
{
if
(
memcmp
(
LastBlueToothName
,
BlueToothPhoneData
.
BlueToothName
,
sizeof
(
LastBlueToothName
))
!=
0
)
if
(
memcmp
(
LastBlueToothName
,
BlueToothPhoneData
.
BlueToothName
,
sizeof
(
LastBlueToothName
))
!=
0
)
{
{
for
(
uint8_t
i
=
0
;
i
<
sizeof
(
BlueToothPhoneData
.
BlueToothName
);
i
++
)
for
(
uint8_t
i
=
0
;
i
<
sizeof
(
BlueToothPhoneData
.
BlueToothName
);
i
++
)
...
@@ -267,7 +267,7 @@ void TextService(void)
...
@@ -267,7 +267,7 @@ void TextService(void)
memcpy
(
LastBlueToothName
,
BlueToothPhoneData
.
BlueToothName
,
sizeof
(
LastBlueToothName
));
memcpy
(
LastBlueToothName
,
BlueToothPhoneData
.
BlueToothName
,
sizeof
(
LastBlueToothName
));
TextPara
[
TEXT_NUM_BLUETOOTH_NAME
].
Vaild
=
0X01
;
TextPara
[
TEXT_NUM_BLUETOOTH_NAME
].
Vaild
=
0X01
;
}
}
}
//
}
if
(
LastPhoneBookTotalCount
!=
BlueToothPhoneData
.
PhoneBookTotalCount
)
if
(
LastPhoneBookTotalCount
!=
BlueToothPhoneData
.
PhoneBookTotalCount
)
{
{
uint8_t
TempNumberCnts
=
0
;
uint8_t
TempNumberCnts
=
0
;
...
...
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
5b8297c4
This diff is collapsed.
Click to expand it.
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