Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4980

Beginners • How to rotate and flip the display on rpi 0w, bullseye?

$
0
0
How to rotate and flip composite PAL display on zero w?

I have a pi zero w with a display wired to the tv pads. It works, but I need to rotate the display 90, and flip it as it will be viewed through a reflector. The pi has bullseye installed. I am running the whole thing from CLI. I have set the following settings to get the display working.

In cmdline.txt I have added

Code:

vc4.tv_norm=PAL
And in config.txt I have the following:

Code:

dtoverlay=vc4-kms-v3d,composite=1
and from what I can tell this line *should* rotate and mirror the display(it works if I disable the dtoverlay line, but results in an error due to my program requiring the graphics drivers, preventing my program from starting at boot)

Code:

display_rotate=0x10003
other things I've tried:

in config.txt

Code:

display_rotatedisplay_hdmi_rotatedisplay_lcd_rotate
at the end of the line in cmdline.txt

Code:

video=COMPOSITE-1:960x540M@25,rotate=90,reflect-x
Nothing has worked. I started with bookworm installed, but after all of these options failed I installed bullseye, but they all still have no effect. What am I missing? Thanks in advance!

Statistics: Posted by thealeks — Sat May 04, 2024 9:00 pm — Replies 0 — Views 10



Viewing all articles
Browse latest Browse all 4980

Trending Articles