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
23ef0997
Commit
23ef0997
authored
Sep 27, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:替换630的串口库
parent
833cd29b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
HaoJin750TFT.uvprojx
.../Project/Cmsemicon/BAT32A279/MDK_ARM/HaoJin750TFT.uvprojx
+10
-10
UartProtocol.h
Firmware/Source/Component/AMT630H/UartProtocol.h
+4
-4
keil_S1.0.8_20240924.lib
Firmware/Source/Component/AMT630H/keil_S1.0.8_20240924.lib
+0
-0
No files found.
Firmware/Project/Cmsemicon/BAT32A279/MDK_ARM/HaoJin750TFT.uvprojx
View file @
23ef0997
...
...
@@ -978,16 +978,6 @@
<FileType>
5
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\PicBin.h
</FilePath>
</File>
<File>
<FileName>
kei_S1.0.6_20240827.lib
</FileName>
<FileType>
4
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\kei_S1.0.6_20240827.lib
</FilePath>
</File>
<File>
<FileName>
UartProtocol.h
</FileName>
<FileType>
5
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\UartProtocol.h
</FilePath>
</File>
<File>
<FileName>
AMT630H_Datas.c
</FileName>
<FileType>
1
</FileType>
...
...
@@ -1018,6 +1008,16 @@
<FileType>
5
</FileType>
<FilePath>
..\..\..\..\Source\Component\System_Monitor\System_Monitor_User.h
</FilePath>
</File>
<File>
<FileName>
keil_S1.0.8_20240924.lib
</FileName>
<FileType>
4
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\keil_S1.0.8_20240924.lib
</FilePath>
</File>
<File>
<FileName>
UartProtocol.h
</FileName>
<FileType>
5
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\UartProtocol.h
</FilePath>
</File>
</Files>
</Group>
<Group>
...
...
Firmware/Source/Component/AMT630H/UartProtocol.h
View file @
23ef0997
...
...
@@ -458,7 +458,7 @@ typedef struct
uint8_t
BlueToothPhoneName
[
100
];
char
PhoneNumber
[
20
];
uint16_t
PhoneBookTotalCount
;
char
BlueToothName
[
2
0
];
char
BlueToothName
[
3
0
];
}
_BlueToothPhoneData
;
typedef
struct
...
...
@@ -517,9 +517,9 @@ extern uint8_t GetPhoneMirrorst(void) ;
extern
void
PackedTransfer_EasyNavigation
(
uint8_t
data
);
extern
void
GerProgramVer
(
uint8_t
*
bufdata
);
extern
uint8_t
GetErrorInfo
();
extern
uint8_t
GetBACKUUIDSTATE
();
extern
uint8_t
GetBlueToothPowerSTATE
();
extern
uint8_t
GetErrorInfo
(
void
);
extern
uint8_t
GetBACKUUIDSTATE
(
void
);
extern
uint8_t
GetBlueToothPowerSTATE
(
void
);
extern
void
SetBluetoothTurnXX
(
uint8_t
data
);
extern
void
SetScreenType
(
uint8_t
ntype
,
_QRCODE_RECT
rect_st
);
...
...
Firmware/Source/Component/AMT630H/kei
_S1.0.6_20240827
.lib
→
Firmware/Source/Component/AMT630H/kei
l_S1.0.8_20240924
.lib
View file @
23ef0997
No preview for this file type
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