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
a3dffdcb
Commit
a3dffdcb
authored
Jan 06, 2026
by
李鑫3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:添加屏幕反转
parent
2e751697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CAN_APP.c
YueJin_test_bench/source/Appliciation/CAN_APP.c
+1
-1
TM035HFZGZx.c
YueJin_test_bench/source/Driver/GPIO/TM035HFZGZx.c
+2
-2
No files found.
YueJin_test_bench/source/Appliciation/CAN_APP.c
View file @
a3dffdcb
...
@@ -1930,7 +1930,7 @@ void Get_PN_msg(void)
...
@@ -1930,7 +1930,7 @@ void Get_PN_msg(void)
u8getSWmsg
[
6
]
=
Get_CAN_CH0_ID_725_byte6_Sig
();
u8getSWmsg
[
6
]
=
Get_CAN_CH0_ID_725_byte6_Sig
();
u8getSWmsg
[
7
]
=
Get_CAN_CH0_ID_725_byte7_Sig
();
u8getSWmsg
[
7
]
=
Get_CAN_CH0_ID_725_byte7_Sig
();
if
((
u8getSWmsg
[
0
]
==
0x10
)
&&
(
u8getSWmsg
[
1
]
==
0x13
))
if
((
u8getSWmsg
[
0
]
==
0x10
)
&&
(
u8getSWmsg
[
4
]
==
0x87
))
{
{
memset
(
lingjianhao
,
0xFF
,
sizeof
(
lingjianhao
));
memset
(
lingjianhao
,
0xFF
,
sizeof
(
lingjianhao
));
lingjianhao
[
0
]
=
u8getSWmsg
[
5
];
lingjianhao
[
0
]
=
u8getSWmsg
[
5
];
...
...
YueJin_test_bench/source/Driver/GPIO/TM035HFZGZx.c
View file @
a3dffdcb
...
@@ -38,7 +38,7 @@ void LCD_Init(void)
...
@@ -38,7 +38,7 @@ void LCD_Init(void)
Sim_8080_Data_Write
(
0x0C
);
Sim_8080_Data_Write
(
0x0C
);
Sim_8080_Data_Write
(
0x26
);
Sim_8080_Data_Write
(
0x26
);
Sim_8080_Command_Write
(
0x21
);
Sim_8080_Command_Write
(
0x21
);
Sim_8080_Data_Write
(
0x0
0
);
//翻转,正反面翻转 00 01
Sim_8080_Data_Write
(
0x0
1
);
//翻转,正反面翻转 00 01
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
...
@@ -58,7 +58,7 @@ void LCD_Init(void)
...
@@ -58,7 +58,7 @@ void LCD_Init(void)
Sim_8080_Data_Write
(
0x00
);
Sim_8080_Data_Write
(
0x00
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Command_Write
(
0xA2
);
Sim_8080_Command_Write
(
0xA2
);
Sim_8080_Data_Write
(
0x
1
0
);
//180度翻转;00 10
Sim_8080_Data_Write
(
0x
0
0
);
//180度翻转;00 10
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
Sim_8080_Data_Write
(
0xA5
);
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