Last active
January 26, 2019 01:13
-
-
Save yamao2253/a4616010187cf13d8b0760d1ba6168c5 to your computer and use it in GitHub Desktop.
Raspberry Pi /boot/config.txt for HDMI 800x480
This file contains hidden or 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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ sudo cat config.txt.hdmi_800x480 | sudo tee -a /boot/config.txt