EGLFS rotation on jetson nano.
Unsolved
Mobile and Embedded
-
Hi, I am running Qt 5.13.2 on jetson nano and using the eglfs_kms_egldevice plugin.
i need to rotate the screen to 90degrees but i cant seem to find a way to do that.
i tried using QT_QPA_EFLFS_ROTATION=90 but it doesn't work.
currently the screen has a resolution of 1920x1080
I want it to be in potrait mode, 1080x1920.
Please help if you know how to fix/do this.