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
And in config.txt I have the following:
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)
other things I've tried:
in config.txtat the end of the line in cmdline.txtNothing 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!
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
Code:
dtoverlay=vc4-kms-v3d,composite=1
Code:
display_rotate=0x10003
in config.txt
Code:
display_rotatedisplay_hdmi_rotatedisplay_lcd_rotate
Code:
video=COMPOSITE-1:960x540M@25,rotate=90,reflect-x
Statistics: Posted by thealeks — Sat May 04, 2024 9:00 pm — Replies 0 — Views 10