Created
January 3, 2017 12:05
-
-
Save PoisonousJohn/ed544f07da72568fc60074a4566560b8 to your computer and use it in GitHub Desktop.
How to get waveshare 7" touchscreen working on Raspberry Pi 2
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
# set current over USB to 1.2A | |
max_usb_current=1 | |
# overscan to adjust image position | |
overscan_left=0 | |
overscan_right=0 | |
overscan_top=0 | |
overscan_bottom=0 | |
# HDMI config | |
hdmi_drive=1 | |
hdmi_ignore_edid=0xa5000080 | |
hdmi_group=2 | |
hdmi_mode=87 | |
# 1024x600 display | |
hdmi_cvt=1024 600 60 3 0 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment