balena-wpe icon indicating copy to clipboard operation
balena-wpe copied to clipboard

Possible to rotate the display 90º?

Open Skeyelab opened this issue 6 years ago • 1 comments

I would love to use this in portrait mode. Is this possible?

Skeyelab avatar Sep 21 '18 16:09 Skeyelab

You can define the variable RESIN_HOST_CONFIG_display_rotate in the Device Configuration in Balena.io with the next values:

display_rotate=0 Normal display_rotate=1 90 degrees display_rotate=2 180 degrees display_rotate=3 270 degrees display_rotate=0x10000 horizontal flip display_rotate=0x20000 vertical flip

More information here: https://elinux.org/RPiconfig

leandropg avatar Dec 10 '18 16:12 leandropg