Skip to content

Instantly share code, notes, and snippets.

@PoisonousJohn
Created January 3, 2017 12:05
Show Gist options
  • Save PoisonousJohn/ed544f07da72568fc60074a4566560b8 to your computer and use it in GitHub Desktop.
Save PoisonousJohn/ed544f07da72568fc60074a4566560b8 to your computer and use it in GitHub Desktop.
How to get waveshare 7" touchscreen working on Raspberry Pi 2
# 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