Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
9968e820
Commit
9968e820
authored
Feb 06, 2026
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:震动报警与轮动报警触发后本步不会消失
parent
f1ef53db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
19 deletions
+2
-19
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+2
-19
No files found.
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
9968e820
...
...
@@ -4879,15 +4879,7 @@ void RotationAlarm(void)
{
if(RotationAlarmMode == 1) //轮速报警模式
{
if
(
DISIN
)
{
if
(
RotationAlarmFlag
==
1
)
{
RotationAlarmFlag
=
0
;
Display_TFT_Clear
();
}
}
else
if(DISIN == 0)
{
step_check = 1;
RotationAlarmFlag = 1;
...
...
@@ -4896,18 +4888,9 @@ void RotationAlarm(void)
}
else //震动报警模式
{
if
(
DISIN
)
{
if
(
VibrationAlarmFlag
==
1
)
{
VibrationAlarmFlag
=
0
;
Display_TFT_Clear
();
}
}
else
if(DISIN == 0)
{
step_check = 1;
VibrationAlarmFlag
=
1
;
TFT_LCD_Draw_Bmp(5,25,( uint8_t * )gImage_Alarm_09_Word0X51_Y261);
}
}
...
...
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