balena-wpe
balena-wpe copied to clipboard
Possible to rotate the display 90º?
I would love to use this in portrait mode. Is this possible?
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