GT9147_RD_Reg(GT_PID_REG,temp,4);//读取产品ID temp[4]=0;printf("CTP ID:%s\r\n",temp); //打印ID if(strcmp((char*)temp,"9147")==0)//ID==9147 { temp[0]=0X02;GT9147_WR_Reg(GT_CTRL_REG,temp,1);//软复位GT9147 GT9147_