EarthwormJim wrote:Hi all,
I wonder if anyone has managed to horizontally flip the display output of the raspberry pi. I own an old arcade cabinet with the crt mounted vertically and a mirror above. The crt has been physically modded to create the mirror effect. I have been considering to replace the crt wit a flat display, but these can not be tweaked to display mirrorwise. Windows won't let me do this either (only rotating and display duplication), so maybe someone knows how to manage this on the Raspberry. Any help would be highly appreciated.
Yes, it is in the
documentation for config.txt the section on display_rotate:-
display_rotate
Can be used to rotate or flip the screen orientation; the default value is 0.
display_rotate result
0 no rotation
1 rotate 90 degrees clockwise
2 rotate 180 degrees clockwise
3 rotate 270 degrees clockwise
0x10000 horizontal flip
0x20000 vertical flip
Note that the 90 and 270 degree rotation options require additional memory on the GPU, so these won't work with the 16MB GPU split.
You can horizontally flip the display by adding
to config.txt