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
c96bb4ae
Commit
c96bb4ae
authored
Jun 06, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:删除清大计确认键
parent
af19864e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
99 additions
and
103 deletions
+99
-103
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+6
-6
Key_user.c
YueJin_test_bench/source/Appliciation/Key_user.c
+1
-1
RTE_GPIO.c
YueJin_test_bench/source/Appliciation/RTE_GPIO.c
+1
-1
Task.c
YueJin_test_bench/source/Appliciation/Task.c
+91
-95
No files found.
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
c96bb4ae
...
...
@@ -3770,12 +3770,12 @@ void Display_Version_Info(uint32_t ON_OFF)
}
else
{
//
TFT_LCD_Draw_Bmp(200, 90+25+25+30+25+30+30, ( uint8_t * )gImage_cuo ); //软件版本号对比 错
//
firstpowerflag = 3;
//
MENU_CHECK_STEP = 0;
TFT_LCD_Draw_Bmp
(
200
,
90
+
25
+
25
+
30
+
25
+
30
+
30
,
(
uint8_t
*
)
gImage_cuo
);
//软件版本号对比 错
firstpowerflag
=
3
;
MENU_CHECK_STEP
=
0
;
//正在调试取消版本号对比 想要取消版本号对比将上方注释掉并解开下方注释即可
TFT_LCD_Draw_Bmp
(
200
,
90
+
25
+
25
+
30
+
25
+
30
+
30
,
(
uint8_t
*
)
gImage_dui
);
//软件版本号对比 对
firstpowerflag
=
2
;
//
TFT_LCD_Draw_Bmp(200, 90+25+25+30+25+30+30, ( uint8_t * )gImage_dui ); //软件版本号对比 对
//
firstpowerflag = 2;
}
}
else
...
...
@@ -3799,7 +3799,7 @@ void Display_Version_Info(uint32_t ON_OFF)
// TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比
// TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //%
TFT_LCD_Draw_Bmp
(
3
,
290
,
(
uint8_t
*
)
gImage_gImage_checkVX6_Y165
);
//检测台版本号
uint8_t
mbuff
[
4
]
=
{
1
,
1
,
0
,
0xff
};
uint8_t
mbuff
[
7
]
=
{
2
,
5
,
0
,
5
,
2
,
9
,
0xff
};
General_Number_Disp
(
mbuff
,
160
,
290
);
}
...
...
YueJin_test_bench/source/Appliciation/Key_user.c
View file @
c96bb4ae
...
...
@@ -211,7 +211,7 @@ void Key_Operation_SW3(Key_Event_en_t enKeyEvent)
// {
// clearOdoFlag = 0;
// }
queren
=
0
;
//
queren = 0;
}
}
else
if
(
enKeyEvent
==
KEY_EVENT_LONG_PRESS
)
...
...
YueJin_test_bench/source/Appliciation/RTE_GPIO.c
View file @
c96bb4ae
...
...
@@ -119,7 +119,7 @@ void RTE_GPIO_Init(void)
gpio_temp
.
enGPIODir
=
GPIO_DIR_OUT
;
gpio_temp
.
enGPIOAltFun
=
GPIO_ALTER_FUN_1
;
GPIO_Config
(
&
gpio_temp
);
queren
=
0
;
//
queren = 0;
LINE_OUT_POS_06
=
0
;
LINE_OUT_POS_07
=
0
;
...
...
YueJin_test_bench/source/Appliciation/Task.c
View file @
c96bb4ae
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