Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
503e5363
Commit
503e5363
authored
Oct 08, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:59421 【硬测】750TFT-ICU-M-C-V110 屏时序 休眠唤醒 LCD-VCC AVDD 时序错误
parent
a4232d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
GpioUser.c
Firmware/Source/Application/GpioUser.c
+1
-1
AMT630H.c
Firmware/Source/Component/AMT630H/AMT630H.c
+2
-2
No files found.
Firmware/Source/Application/GpioUser.c
View file @
503e5363
...
...
@@ -25,7 +25,7 @@ void Gpio_Init(_GpioUser_Enum InitMode)
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN02
,
GpioOut_Low
);
//TXD-ESP-IN-MCU
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN03
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN04
,
RTE_GPIO_DIR_IN
);
//SCL-IIC---
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN05
,
GpioOut_
High
);
//SDA-IIC---
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN05
,
GpioOut_
Low
);
//SDA-IIC---
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN06
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT01_PIN07
,
RTE_GPIO_DIR_IN
);
...
...
Firmware/Source/Component/AMT630H/AMT630H.c
View file @
503e5363
...
...
@@ -254,12 +254,12 @@ void AMT630H_RstCtrl(void)
RTE_GPIO_Set_Level
(
VCC1V2_AMT_EN
,
1
);
Delay_Time_Ctrl
(
15
);
RTE_GPIO_Set_Level
(
VCC_33_EN_MCU
,
1
);
Delay_Time_Ctrl
(
30
);
RTE_GPIO_Set_Level
(
x1530_EN_MCU
,
1
);
//1530
Delay_Time_Ctrl
(
10
);
RTE_GPIO_Set_Level
(
MCU_RSTB_LCD
,
1
);
Delay_Time_Ctrl
(
15
);
RTE_GPIO_Set_Level
(
STBYB_LCD_MCU
,
1
);
Delay_Time_Ctrl
(
30
);
RTE_GPIO_Set_Level
(
x1530_EN_MCU
,
1
);
//1530
}
void
Amt630hInit
(
void
)
...
...
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