Skip to content

Instantly share code, notes, and snippets.

@yamao2253
Last active January 26, 2019 01:13
Show Gist options
  • Save yamao2253/a4616010187cf13d8b0760d1ba6168c5 to your computer and use it in GitHub Desktop.
Save yamao2253/a4616010187cf13d8b0760d1ba6168c5 to your computer and use it in GitHub Desktop.
Raspberry Pi /boot/config.txt for HDMI 800x480
# 5inch HDMI 800x480
# sudo cat config.txt.hdmi_800x480 | sudo tee -a /boot/config.txt
hdmi_group=2
hdmi_mode=87 # Custom mode
hdmi_cvt=800 480 60 6 0 0 0
framebuffer_width=800
framebuffer_height=480
@yamao2253
Copy link
Author

yamao2253 commented Jan 4, 2019

$ sudo cat config.txt.hdmi_800x480 | sudo tee -a /boot/config.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment