TSLIB, Touchscreen mouse not working

Hi,

I’m running Angstrom 3.8.13 on BBB. I deployed a simple GUI application on BBB from laptop (just one push button and a label to display some text when button is pressed).
On running the application from QT, the GUI appears. But the touchscreen mouse doesn’t work.

I know it has something to do with TSLIB which is to be installed on the laptop prior to configuring QT (I had done it 1-2 months back and it worked. Unfortunately, I forgot how I did it).
Can someone please explain how to configure TSLIB?

The toolchain I’m using is: angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.3
Compiler path: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-g++

Hi,

I’m running Angstrom 3.8.13 on BBB. I deployed a simple GUI application on BBB from laptop (just one push button and a label to display some text when button is pressed).
On running the application from QT, the GUI appears. But the touchscreen mouse doesn’t work.

I know it has something to do with TSLIB which is to be installed on the laptop prior to configuring QT (I had done it 1-2 months back and it worked. Unfortunately, I forgot how I did it).
Can someone please explain how to configure TSLIB?

Look at Derek Molloy’s video on QT and touchscreen:

https://www.youtube.com/channel/UCf_sAmhBw7Tj7-2ujmLFoQg

Regards,
John

Thank you. Installing qt-embedded did the trick.