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
fe6c0b86
Commit
fe6c0b86
authored
2 months ago
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:11月24号绥化需要的展示程序
parent
d0dea94e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
445 additions
and
218 deletions
+445
-218
BackLight.c
Firmware/Source/Application/BackLight.c
+17
-1
AMT630H.h
Firmware/Source/Component/AMT630H/AMT630H.h
+1
-1
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+419
-212
AMT630H_Datas.h
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
+6
-2
Option.properties
Firmware/utility/诊断工具/Option/Option.properties
+2
-2
No files found.
Firmware/Source/Application/BackLight.c
View file @
fe6c0b86
...
...
@@ -596,7 +596,23 @@ void BackLight_Process(void)
}
/* 数据处理,包括NTC功能 */
BackLight_Get_curDuty
();
TimerM_PWM_set_duty
(
TIMERM_COUNTER1
,
TIMERM_CHB
,
g_stBL
.
u16TftcurDuty
);
if
(
AMT630H_Animation_Finish_Flage
()
==
0
)
{
TimerM_PWM_set_duty
(
TIMERM_COUNTER1
,
TIMERM_CHB
,
g_stBL
.
u16TftcurDuty
);
}
else
{
if
(
demoshowigflag
)
{
TimerM_PWM_set_duty
(
TIMERM_COUNTER1
,
TIMERM_CHB
,
800
);
}
else
{
TimerM_PWM_set_duty
(
TIMERM_COUNTER1
,
TIMERM_CHB
,
0
);
}
}
// if(Menu_Item_Select_Get(MENU_ITEM_SELECT_AUTO))
// {
// uint16_t u16TftPwmBackShow = g_stBL.u16TftcurDuty ;
...
...
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/AMT630H/AMT630H.h
View file @
fe6c0b86
...
...
@@ -18,7 +18,7 @@ typedef struct __attribute__((aligned(4)))
uint8_t
Result
;
}
s_AMT630H_FlashCheck_t
;
#define AMT630H_REFRESH_TIME
7
0U
#define AMT630H_REFRESH_TIME
5
0U
#define AMT630H_ANIMATION_TIME 4000U //ms
#define AMT630H_ANIMATION_PIC_NUM 77U
...
...
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
fe6c0b86
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/AMT630H/AMT630H_Datas.h
View file @
fe6c0b86
...
...
@@ -50,7 +50,11 @@ typedef enum
}
_g_u8UnitSetting
;
#define AMT630H_Slow_Times 1U
#define AMT630H_Slow_Time_Times 2U
#define AMT630H_Slow_Time_Times 4U
#define AMT630H_Slow_ODO_Times 4U
#define AMT630H_Slow_Espeed_Times 10U
#define AMT630H_Slow_Fule_Times 10U
#define AMT630H_1s_Times 20U
extern
void
AMT630H_GUI_DisplayProc
(
void
);
extern
void
AMT630H_GUI_Background
(
void
);
extern
uint8_t
GET_Backlight
(
void
);
...
...
@@ -66,7 +70,7 @@ extern uint8_t g_u8SelfCheck;
extern
uint8_t
VechileSpeed_time
;
extern
uint8_t
demoshowigflag
;
...
...
This diff is collapsed.
Click to expand it.
Firmware/utility/诊断工具/Option/Option.properties
View file @
fe6c0b86
#new Option
#
Mon Nov 11 18:37:13
CST 2024
#
Tue Dec 24 16:34:08
CST 2024
IsSort
=
true
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
...
...
@@ -56,7 +56,7 @@ IsHexDisplay=true
MergeLineInXLSPath
=
MergeFlashInPutFilePath
=
MergeFlashIsInternal
=
false
MergeOutPutFilePath
=
D
\:\\\u9879\u
76EE
\\\u
8C6A
\u
8FDB
\\
haojin750TFT
\\
srec-shuo
\\
srec-
11.11
MergeOutPutFilePath
=
D
\:\\\u9879\u
76EE
\\\u
8C6A
\u
8FDB
\\
haojin750TFT
\\
srec-shuo
\\
srec-
\u
7EE5
\u5316\u9700\u8981\u7684\u
5C55
\u
793A
\u
7A0B
\u
5E8F
MergeAppFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
Project
\\
Cmsemicon
\\
BAT32A279
\\
MDK_ARM
\\
Objects
\\
HaoJin750TFT.hex
MergeTelltalesXLSPath
=
FillingByte
=
-86
...
...
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