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
42b35632
Commit
42b35632
authored
Aug 27, 2024
by
王雅楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:【56360】更换pinbin文件
parent
f4cccaf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+10
-7
PicBin.c
Firmware/Source/Component/AMT630H/PicBin.c
+1
-1
PicBin.h
Firmware/Source/Component/AMT630H/PicBin.h
+8
-2
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
42b35632
...
...
@@ -264,13 +264,15 @@ static void AMT630H_GUI_FaultCode(uint8_t FaultCodevalid,uint8_t FaultCode_hight
{
if
(
g_u8Display_Mode
==
ModeDAY
)
{
SetPagePicFree
(
GRAPHICS_PAGE_0
,
Pic_0926_619_240
,
610
,
175
);
SetPagePicFree
(
GRAPHICS_PAGE_0
,
Pic_0926_619_240
,
610
,
240
);
/* ----- */
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0930_612_240
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0930_612_175
);
}
else
if
(
g_u8Display_Mode
==
ModeNIGHT
)
{
SetPagePicFree
(
GRAPHICS_PAGE_0
,
Pic_0927_619_175
,
610
,
175
);
SetPagePicFree
(
GRAPHICS_PAGE_0
,
Pic_0927_619_175
,
610
,
240
);
/* ----- */
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0931_612_240
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0931_612_175
);
}
else
{
...
...
@@ -4264,11 +4266,12 @@ void AMT630H_GUI_ReadPosittion_Display(void)
AMT630H_GUI_SETTING
();
AMT630H_GUI_Quit
();
break
;
case
MENU_ITEM_PHONE_CONNECT_SET
:
case
MENU_ITEM_PHONE_CONNECT_APP
:
/*28 手机互联成功*/
case
MENU_ITEM_PHONE_CONNECT_SET
:
/*28 手机互联成功*/
AMT630H_GUI_SETTING
();
AMT630H_GUI_Phone_Connect_Win
();
break
;
case
MENU_ITEM_PHONE_CONNECT_APP
:
break
;
default:
break
;
...
...
Firmware/Source/Component/AMT630H/PicBin.c
View file @
42b35632
...
...
@@ -117,7 +117,7 @@ static const uint16_t PicIndexData[] = {
Pic_0901
,
12
,
653
,
164
,
Pic_0901
,
12
,
667
,
164
,
Pic_0902
,
13
,
638
,
293
,
Pic_0903
,
15
,
637
,
293
,
Pic_0904
,
15
,
637
,
293
,
Pic_0905
,
21
,
634
,
293
,
Pic_0906
,
15
,
637
,
293
,
Pic_0907
,
14
,
637
,
293
,
Pic_0908
,
15
,
637
,
293
,
Pic_0909
,
13
,
638
,
292
,
Pic_0910
,
13
,
639
,
293
,
Pic_0911
,
17
,
636
,
292
,
Pic_0912
,
13
,
639
,
293
,
Pic_0913
,
17
,
636
,
292
,
Pic_0914
,
13
,
638
,
293
,
Pic_0915
,
16
,
636
,
293
,
Pic_0916
,
11
,
640
,
293
,
Pic_0917
,
14
,
639
,
293
,
Pic_0899
,
11
,
638
,
293
,
Pic_0918
,
3
,
643
,
293
,
Pic_0898
,
14
,
637
,
293
,
Pic_0897
,
15
,
637
,
292
,
Pic_0919
,
11
,
640
,
293
,
Pic_0920
,
12
,
639
,
293
,
Pic_0921
,
14
,
638
,
293
,
Pic_0922
,
14
,
638
,
292
,
Pic_0923
,
14
,
638
,
293
,
Pic_0924
,
15
,
637
,
293
,
Pic_0925
,
221
,
501
,
160
,
Pic_0926
,
50
,
619
,
240
,
Pic_0926
,
50
,
619
,
175
,
Pic_0927
,
50
,
619
,
240
,
Pic_0927
,
50
,
619
,
175
,
Pic_0928
,
75
,
894
,
310
,
Pic_0929
,
75
,
894
,
310
,
Pic_0926
,
50
,
619
,
175
,
Pic_0927
,
50
,
619
,
240
,
Pic_0927
,
50
,
619
,
175
,
Pic_0928
,
75
,
894
,
310
,
Pic_0929
,
75
,
894
,
310
,
Pic_0930
,
64
,
612
,
240
,
Pic_0930
,
64
,
612
,
175
,
Pic_0931
,
64
,
612
,
240
,
Pic_0931
,
64
,
612
,
175
,
};
#define PicIndexData_LEN 14888
//uint32_t PicIndexDataLEN = 0;
...
...
Firmware/Source/Component/AMT630H/PicBin.h
View file @
42b35632
#ifndef PICBIN_H
#define PICBIN_H
/* Flash Bin Version:2024082
1 2024-08-21 09:09:13
Compression ratio:70.00% */
/* Flash Bin Version:2024082
6 2024-08-26 19:25:18
Compression ratio:70.00% */
#define Pic_0001 1
#define Pic_0002 2
#define Pic_0003 3
...
...
@@ -931,6 +931,8 @@
#define Pic_0927 927
#define Pic_0928 928
#define Pic_0929 929
#define Pic_0930 930
#define Pic_0931 931
enum
{
Pic_0001_0_0
=
0
,
...
...
@@ -2103,9 +2105,13 @@ enum {
Pic_0927_619_175
,
Pic_0928_894_310
,
Pic_0929_894_310
,
Pic_0930_612_240
,
Pic_0930_612_175
,
Pic_0931_612_240
,
Pic_0931_612_175
,
};
#define PIC_INDEX_DATA_CRC 0x
DE5B7F88
#define PIC_INDEX_DATA_CRC 0x
C89CDFB5
extern
void
User_PicIndexDataInit
(
void
);
#endif
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