hi,

I use a uClinux in a board BF548, I want to use a touchscreen with picture flow application (QT app).
I can calibrate my touch screen with ts_calibrate so i think it working.
I can execute ./pictureflow -qws to show in my LCD screen some picture.
but i can't use the touch screen in the pictureflow app and all the QT app.
do you know how can i use a touchscreen with QTe3.3.5.

I have configure QT with :
./configure -shared -depths 32 -no-cups -no-ipv6 -embedded bfin -little-endian -thread -qt-mouse-tslib -L /home/dam/blackfin-sources/TS/ -I /home/dam/blackfin-sources/TS/

my uClinux is build with TS

my env on my board is :
QWS_MOUSE_PROTO=tslib:/dev/input/event1
TSLIB_TSDEVICE=/dev/input/event1
TSLIB_CALIBFILE=/etc/pointercl
TSLIB_CONFFILE=/etc/ts.conf
TSLIB_CONSOLEDEVICE=none
TSLIB_FBDEVICE=/dev/fb0

could you help me