Commit e6f569ba authored by 张金硕's avatar 张金硕

🐞 fix:59669 【硬测】750TFT-ICU-M-C-V110 屏时序 休眠唤醒 LCD_VCC_33 RSTB...

🐞 fix:59669 【硬测】750TFT-ICU-M-C-V110 屏时序 休眠唤醒 LCD_VCC_33 RSTB 时序不合格,修改VCC_33_EN_MCU到MCU_RSTB_LCD的时序,缩减x1530_EN_MCU前的延时
parent 503e5363
......@@ -254,11 +254,11 @@ 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(10);
Delay_Time_Ctrl(45);
RTE_GPIO_Set_Level(MCU_RSTB_LCD, 1);
Delay_Time_Ctrl(15);
RTE_GPIO_Set_Level(STBYB_LCD_MCU, 1);
Delay_Time_Ctrl(30);
Delay_Time_Ctrl(10);
RTE_GPIO_Set_Level(x1530_EN_MCU, 1);//1530
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment