v.2024-11-28
Parent Page
HDMI
- The GRS Build a Cade can output to GRS Screen or HDMI Output
- In the ES Retropie options menu HDMI changes screen output to Horizontal HDMI
- In the ES Retropie options menu Build-A-Cade Screen changes screen output back to the Vertical Build A Cade Screen
- Build-A-Cade_screen.sh VERTICAL
- HDMI_screen.sh HORIZONTAL
- sharec.sh SHARE CONTROLS BETWEEN MODES
- nosharec.sh DO NOT SHARE CONTROLS BETWEEN MODES
/home/pi/
- horizontal.sh
- vertical.sh
/boot/
config.txt
Vertical Specific Settings
display_rotate=3
hdmi_force_edid_audio=0
hdmi_ignore_edid_audio=1
ignore_lcd=0
display_default_lcd=1
Horizontal Specific Settings
display_rotate=0
hdmi_force_edid_audio=1
hdmi_ignore_edid_audio=0
ignore_lcd=1
display_default_lcd=0
Full Vertical config.txt