arm中tslib-1.4移植成功,但qt应用程序 触摸屏没有响应时间:2024-02-23 12:05:52 原因有多种可能。 1. 移植qt的时候需要加入-qt-mouse-tslib(./configure -qt-mouse-tslib -xxxx) 2. 确保export QWS_MOUSE_PROTO="TSLIB:/dev/input/event1 intelliMouse:/dev/input/mice" 如果是qtopia时,export QWS_MOUSE_PROTO="TPanel:/dev/input/event1 USB:/dev/input/mice"