You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
Rotating the image via
config.txt
seems to work best, but for input the following QT environment variable is required.QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS
Here is an example of setting with
System.put_env/2
before launching the webengine.System.put_env("QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS", "/dev/input/event0:rotate=270")
Here is a link to relevant section of the QT documentation:
https://doc.qt.io/qt-5/inputs-linux-device.html#touch
The text was updated successfully, but these errors were encountered: