How to resolve the issue of touch flip in resistive touch production

From LCD wiki
Jump to: navigation, search


语言选择

Languages

➤中文
➤EN


Issue:

Touch flip occurs in part of resistive touch production

Analyze:

This issue only occurs in part of resistive touch production, it all depends on if the RaspberryPi is updating in the background.
Touch flip occur because of touch driver did not installed normally, and error information showed as follow:

树莓派电阻触摸翻转问题-2.png

This error shows that resource is locked. And we found that the locker is RaspberryPi update thread.

How to resolve:

Reboot the RaspberryPi and reinstall the driver again.
Once installation is success, the following information is showed:

树莓派电阻触摸翻转问题-1.png

This issue never happen again once the driver is installed normally.