Qt Embedded Application not receiving touch events correctly [solved]
-
Hi,
Just a quick idea, are you sure the application is using the same resolution as your screen ?
-
But are you sure the application itself uses that resolution when started ?
-
Not entirely sure I understand your question. I have a 7inch touch-screen display with a mazimum resolution of 800x480. When I start the application, it makes complete use of the screen space.
I have to add that I don't see the touchscreen issue on the file system provided by the manufacturer. But the one generated by buildroot does not seem to be working for whatever reason. I also tried building Qt from source and copying over dependencies to the file system. The visuals appear fine, but the touchscreen is still not responding correctly.
-
Just to be sure I understand correctly, the Qt 4.8.4 from TI is working fine but not your self-built version ?
-
The you should check with them if they did any customization for their device
-
I was finally able to resolve this by building Qt and tslib from source and copied them over to a fresh file system which didn't already have Qt and tslib installed.
Not entirely happy with this solution, but I guess it would do. I'll have to take a look at what buildroot is doing differently when it builds qt.
[quote author="SGaist" date="1421800119"]The you should check with them if they did any customization for their device[/quote]