From 01f06dc34654ee7f81f20b843ee411d1024ffebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E8=8B=8F=E9=A3=9E=E6=BA=90=E2=80=9D?= Date: Mon, 12 Jun 2023 10:38:36 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E5=94=A4=E9=86=92?= =?UTF-8?q?=E6=8C=87=E7=BA=B9=E8=A7=A6=E5=8F=91=E5=BC=B9=E7=AA=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/ISP568.uvprojx | 2 +- src/app/demo/app_tp_transfer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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口