Unofficial Volumio3 images (with MyVolumio) for OrangePi SBCs with H3 processor

Hi all! How can I change the display orientation in this version of the operating system?

I bought the display https://www.waveshare.com/7.9inch-hdmi-lcd.htm, but could not find a command that would rotate the image on this display.

UPDATE:

  1. I disabled the touch display plugin and tried entering the command:

echo 3 | sudo tee /sys/class/graphics/fbcon/rotate_all

Wonderful! Now the display shows the CLI correctly!

  1. In order for the computer to always boot with the desired settings, you need to edit the environment file: /boot/armbianEnv.txt:

verbosity=0
bootlogo=true
console=both
disp_mode=400x1280p60
overlay_prefix=sun8i-h3
overlays=i2c0 i2s0 usbhost0 usbhost1 usbhost2 usbhost3 analog-codec
rootdev=/dev/mmcblk0p2
rootfstype=ext4
user_overlays=sun8i-h3-i2s0
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
extraargs=imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh net.ifnames=0 hwver=orangepi fbcon=rotate:3

  1. We reboot the system and make sure that the CLI is displayed as we need it!