Part Number: AM3358
Tool/software: Linux
Hi Experts,
We are using the latest TI processor SDK and using its QT webbrowser application.
We wanted to disable weston service and running QT demo using openGLES, but looks like our touch screen is not sensing correctly on QT demo code if we run platform mode as 'eglfs'
systemctl disable weston
systemctl stop weston
./qtwebbrowser -platform eglfs
But touch sensing correctly if we enable WESTON and run the demo.
systemctl enable weston
systemctl start weston
./qtwebbrowser
1. Can you please help us to solve the touch screen sensitivity issue when we run 'eglfs' mode.
2. How we can disable the weston grey color background? this is need to be removed, disturbing while showing our app.
Thanks for the help.