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
78b956a0
Commit
78b956a0
authored
Nov 22, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:北极星展示程序
parent
eb9f3b99
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
487 additions
and
94 deletions
+487
-94
AMT630H.h
Firmware/Source/Component/AMT630H/AMT630H.h
+1
-1
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+481
-90
AMT630H_Datas.h
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
+2
-1
Key_user.c
Firmware/Source/Component/Key/Key_user.c
+2
-1
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+1
-1
No files found.
Firmware/Source/Component/AMT630H/AMT630H.h
View file @
78b956a0
...
...
@@ -18,7 +18,7 @@ typedef struct
uint8_t
Result
;
}
s_AMT630H_FlashCheck_t
;
#define AMT630H_REFRESH_TIME
5
0U
#define AMT630H_REFRESH_TIME
7
0U
#define AMT630H_ANIMATION_TIME 4000U //ms
#define AMT630H_ANIMATION_PIC_NUM 77U
...
...
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
78b956a0
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
View file @
78b956a0
...
...
@@ -49,7 +49,8 @@ typedef enum
}
_g_u8UnitSetting
;
#define AMT630H_Slow_Times 1U
#define AMT630H_Slow_Time_Times 2U
extern
void
AMT630H_GUI_DisplayProc
(
void
);
extern
void
AMT630H_GUI_Background
(
void
);
extern
uint8_t
GET_Backlight
(
void
);
...
...
Firmware/Source/Component/Key/Key_user.c
View file @
78b956a0
...
...
@@ -505,7 +505,8 @@ void Get_DisTime_Service(void)
void
My_Key_Service
(
void
)
{
/* 自检和OTA界面时不可操作按键 */
if
((
g_u8SelfCheck
)
&&
(
OTA_Update_Flag
==
0
))
// if((g_u8SelfCheck) && (OTA_Update_Flag == 0))
if
(
OTA_Update_Flag
==
0
)
{
Key_Service
();
}
...
...
Firmware/Source/System/Sys_Task_List.c
View file @
78b956a0
...
...
@@ -20,7 +20,7 @@ void Sys_2ms_Tasks(void)
Sys_Status_Update_Service
();
Analog_Signal_Conv_Service
();
AMT630H_Main
();
Check_MCU_Info_in_630H
();
//
Check_MCU_Info_in_630H();
DoCAN_Timer_Update
(
2000u
);
//Can_Write_Fun(&CAN_CH0_CanMsgTxOp, 2000u);无外发
CanMSg_XMS_Analysis
(
&
CAN_CH0_CanMsgOp
,
2u
);
...
...
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