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
b2cd7891
Commit
b2cd7891
authored
May 28, 2025
by
李梓源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:DIS高低电平互换
parent
68178d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+4
-4
No files found.
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
b2cd7891
...
...
@@ -4451,7 +4451,7 @@ void Display_Send_Vspead(uint8_t menu)
case
2
:
if
(
CHECK_Ctrl_delay
>=
20
)
{
if
(
DIS_AD
==
1
)
if
(
DIS_AD
==
0
)
{
TFT_LCD_Draw_Bmp
(
51
,
261
,(
uint8_t
*
)
gImage_Alarm_09_Word0X51_Y261
);
DIS_VALUE
=
1
;
...
...
@@ -4461,7 +4461,7 @@ void Display_Send_Vspead(uint8_t menu)
if
(
DIS_VALUE
==
1
)
{
if
(
DIS_AD
==
0
)
if
(
DIS_AD
==
1
)
{
DIS_VALUE
=
0
;
CHECK_Value
=
1
;
...
...
@@ -4485,7 +4485,7 @@ void Display_Send_Vspead(uint8_t menu)
// CHECK_Value = 0;
// }
if
(
DIS_AD
==
1
)
if
(
DIS_AD
==
0
)
{
DIS_VALUE
=
1
;
TFT_LCD_Draw_Bmp
(
51
,
261
,(
uint8_t
*
)
gImage_Alarm_10_Word0X51_Y261
);
...
...
@@ -4494,7 +4494,7 @@ void Display_Send_Vspead(uint8_t menu)
{
if
(
DIS_VALUE
==
1
)
{
if
(
DIS_AD
==
0
)
if
(
DIS_AD
==
1
)
{
DIS_VALUE
=
0
;
CHECK_Value
=
1
;
...
...
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