11-24-2024, 02:22 PM
Hello, I have similar issue with the new Raspberry Pi Touch Display 2.
I mean, it works fine after some modifications, but I am unable to rotate the screen to 90 degrees right. The modifications I have made are:
replaced vc4-kms-dsi-ili9881-7inch.dtbo with the one from here:
https://community.volumio.com/uploads/sh...w4Bik8.zip
added /boot/firmware/config the following line:
# Match your rotation counter clockwise 0, 90, 180, 270 degree
dtoverlay=vc4-kms-dsi-ili9881-7inch,rotation=90.
When my Raspberry Pi (3 B+) boots the screen is properly displayed (horizontal view), but when Moode UI is loaded is back to vertical view.
I tried this via SSH:
$ export DISPLAY=:0
$ xrandr --output DSI-1 --rotate right
and it rotates the screen, but then it is not scaled properly.
Any ideas how to fix this?
regards
I mean, it works fine after some modifications, but I am unable to rotate the screen to 90 degrees right. The modifications I have made are:
replaced vc4-kms-dsi-ili9881-7inch.dtbo with the one from here:
https://community.volumio.com/uploads/sh...w4Bik8.zip
added /boot/firmware/config the following line:
# Match your rotation counter clockwise 0, 90, 180, 270 degree
dtoverlay=vc4-kms-dsi-ili9881-7inch,rotation=90.
When my Raspberry Pi (3 B+) boots the screen is properly displayed (horizontal view), but when Moode UI is loaded is back to vertical view.
I tried this via SSH:
$ export DISPLAY=:0
$ xrandr --output DSI-1 --rotate right
and it rotates the screen, but then it is not scaled properly.
Any ideas how to fix this?
regards