Lcd touch sensitivity issue| goodix

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Lcd touch sensitivity issue| goodix

跳至解决方案
2,363 次查看
adarsh1997
Contributor III

 

Hi
I am using  lcd with imx6dl custom board .I want to change the sensitivity level of lcd.
Lcd is connected to i2c. I am using gt911 lcd driver.

I have tried by changing 0x8053 reg(screen touch level)  values from driver(goodix.c) . 
By reading the value of 0x8053 reg from driver, i got 0x64 by default .now i am trying to change this value but after changing the values touch is not working.

Can anyone help me on this .which registers values i can configure to change the sensitivity of lcd. 
or what should be the range of  this 0x8053 reg(screen touch level).

PFA for goodix datasheet

 
0 项奖励
1 解答
2,323 次查看
adarsh1997
Contributor III

Hi
Issue solved.
GT911 supports Register Value Modification. When modifying any register in the configuration area (0x8047
-0x80FE) based on the timing sequence as specified in section 2, it is required to update Config_Chksum (0x80FF)
and eventually set Config_Fresh (0x8100) to 1. Otherwise, the modification is invalid; when modifying any
registers outside configuration area, it is unnecessary to modify Config_Chksum and Config_Fresh.

在原帖中查看解决方案

2 回复数
2,324 次查看
adarsh1997
Contributor III

Hi
Issue solved.
GT911 supports Register Value Modification. When modifying any register in the configuration area (0x8047
-0x80FE) based on the timing sequence as specified in section 2, it is required to update Config_Chksum (0x80FF)
and eventually set Config_Fresh (0x8100) to 1. Otherwise, the modification is invalid; when modifying any
registers outside configuration area, it is unnecessary to modify Config_Chksum and Config_Fresh.

2,325 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @adarsh1997 

 

You can send a email to goodix to consult this issue.

0 项奖励