Hi everybody
I have a big problem to enable touchscreen with qt applications so, I installed tslib like bellow
./configure CC=/usr/local/dvsdk/linux-devkit/bin/arm-arago-linux-gnueabi-gcc CXX=/usr/local/dvsdk/linux-devkit/bin/arm-arago-linux-gnueabi-g++ --host=arm-linux-gnu --prefix=/home/mar/targetfs ac_cv_func_malloc_0_nonnull=yes
make
sudo make install
I think that's well passed without errors
after that i added this exports setting to my env:
export QWS_MOUSE_PROTO='Tslib:/dev/input/event1'export TSLIB_TSEVENTTYPE=H3600export TSLIB_CONSOLEDEVICE=noneexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_TSDEVICE=/dev/input/event1export TSLIB_CALIBFILE=/usr/etc/pointercalexport TSLIB_CONFFILE=/usr/etc/ts.conf
and i uncommented module_raw input in ts.conf
but the touchscreen is still not working and when i execute ts_calibrate or ts_test i have this message
Couldnt open tslib config file: No such file or directory ts_config: No such file or directory
can someone help me please ?
thank you.
any chance you can send me your cross compiled TSLIBs, i cant do this ?
lcdpro@gmail.com