Touchscreen calibration on linuxfb embedded application
Mobile and Embedded
4
Posts
2
Posters
3.2k
Views
1
Watching
-
Hi all,
I have a BeagleBone Black board with a BB-View touchscreen display.
Now I have Qt 5.3 on my board and I can build and run Qt applications this way:
@
export QT_QPA_PLATFORM=linuxfb:size=480x272
./styleexample -plugin evdevtouch
@The problem is that the touchscreen pointer is not very accurate.
I know that for Xorg there is xinput_calibrator but it doesn't works for non X systems.Is there a way to get TS more accurate in linuxfb mode?
thanks