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
48c28b97
Commit
48c28b97
authored
Jul 19, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:第10步下电关闭指示灯,应要求修改屏显方向
parent
37e96d1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Check_Ctrl.c
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
+5
-0
TM035HFZGZx.c
YueJin_test_bench/source/Driver/GPIO/TM035HFZGZx.c
+2
-2
No files found.
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
View file @
48c28b97
...
...
@@ -883,6 +883,11 @@ void Function_Check_Ctrl(uint32_t cmd)
}
case
10
:
{
LINE_OUT_POS_02
=
0
;
//远光
LINE_OUT_POS_04
=
0
;
//左转
LINE_OUT_POS_01
=
0
;
//右转
LINE_OUT_POS_11
=
0
;
//防盗
LINE_OUT_POS_12
=
0
;
//机油压力
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//KL15
break
;
...
...
YueJin_test_bench/source/Driver/GPIO/TM035HFZGZx.c
View file @
48c28b97
...
...
@@ -38,7 +38,7 @@ void LCD_Init(void)
Sim_8080_Data_Write
(
0x0C
);
Sim_8080_Data_Write
(
0x26
);
Sim_8080_Command_Write
(
0x21
);
Sim_8080_Data_Write
(
0x0
1
);
//翻转,正反面翻转 00 01
Sim_8080_Data_Write
(
0x0
0
);
//翻转,正反面翻转 00 01
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
...
...
@@ -58,7 +58,7 @@ void LCD_Init(void)
Sim_8080_Data_Write
(
0x00
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Command_Write
(
0xA2
);
Sim_8080_Data_Write
(
0x
0
0
);
//180度翻转;00 10
Sim_8080_Data_Write
(
0x
1
0
);
//180度翻转;00 10
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
...
...
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