DART-SD410 Android Rotating LVDS screen

From Variscite Wiki
Revision as of 13:19, 17 April 2016 by Leonid (talk | contribs) (Created page with "= Rotating LVDS screen = There is no sensors on the VAR-SD410CustomBoard so automatic screen rotation is not available.<br> To rotate LVDS display the property 'persist.panel....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rotating LVDS screen

There is no sensors on the VAR-SD410CustomBoard so automatic screen rotation is not available.
To rotate LVDS display the property 'persist.panel.orientation' can be changed.

$ su
# setprop persist.panel.orientation 0
This will rotate the screen and put it into landscape mode
To return to portrait mode use
# setprop persist.panel.orientation 270