diff --git a/project/ISP568.uvprojx b/project/ISP568.uvprojx
index 4d01bf8..ef13998 100644
--- a/project/ISP568.uvprojx
+++ b/project/ISP568.uvprojx
@@ -50,7 +50,7 @@
1
.\Objects\
- WL568_S21_NT37701_20230606
+ WL568_S21_NT37701_20230612
1
0
1
diff --git a/src/app/demo/app_tp_transfer.c b/src/app/demo/app_tp_transfer.c
index e4895a7..930bba0 100644
--- a/src/app/demo/app_tp_transfer.c
+++ b/src/app/demo/app_tp_transfer.c
@@ -206,7 +206,7 @@ void app_tp_init(void)
hal_gpio_set_pull_state(IO_PAD_TD_SPIM_CSN, ENABLE, DISABLE);
#endif
- app_tp_screen_init(); //初始化手机复位的IO口
+// app_tp_screen_init(); //初始化手机复位的IO口
//app_tp_screen_int_init(); //配置screen中断输入引脚
#ifdef G_PHONE_INT_DEFAULT_LOW
hal_gpio_init_output(g_phone_output_int_pad, IO_LVL_LOW); //配置phone报点输出中断IO口