Last active
April 1, 2023 05:14
-
-
Save francip/d5537fd2548314a1109304b10618cb07 to your computer and use it in GitHub Desktop.
Raspberry Pi config for 1920 x 480 HDMI IPS Display
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Display config | |
# DMT | |
hdmi_group=2 | |
hdmi_mode=87 | |
hdmi_cvt=480 1920 60 8 | |
#hdmi_timings=480 1 48 32 80 1920 0 3 10 56 0 0 0 60 0 55296000 8 | |
# HDMI | |
hdmi_drive=2 | |
#hdmi_force_mode=1 | |
hdmi_ignore_edid=0xa5000080 | |
hdmi_ignore_edid_audio=1 | |
hdmi_enable_4kp60=1 | |
# Main display HDMI 0 | |
framebuffer_priority=2 | |
framebuffer_width=480 | |
framebuffer_height=1920 | |
max_framebuffer_width=1920 | |
max_framebuffer_height=1920 | |
max_framebuffers=2 | |
# Enabled DRM VC4 V3D driver | |
dtoverlay=vc4-kms-v3d-pi4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment