No need to read to various posts as this is well documented here https://www.raspberrypi.com/documentati ... d-rotation -> https://www.raspberrypi.com/documentati ... mmand-lineHaving read a few posts, apparently one can rotate the display by addinginto cmdline.txt (obviously NOT on a separate line, as it would be ignored. so I put it at the beginning of my cmdline.txtCode:
video=DSI-1:800x480@60,rotate=180
..
Because that's when firmware is in control. FW knows nothing about screen rotation...
This works, although the splash screen with the Pi OS graphic appears inverted during the boot process - which I can live with.
What you can try is adding below to config.txt. May work up to the point where KMS kicks in.
Code:
lcd_rotate=2
Statistics: Posted by aBUGSworstnightmare — Mon May 06, 2024 2:31 pm