Skip to content

Specific Configurations for certain screens

Matthew Hilton edited this page Nov 5, 2020 · 3 revisions

Specific Configurations for certain screens

Overview

The autodetection detects incorrect resolution

Waveshare 7" Touchscreen 1024x600

Configuration

  • Add the following to config.txt
# Waveshare
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
hdmi_drive=1

5 inch HDMI Capacitive Touch Screen Monitor - 800x480

Amazon Product link

Configuration

  • Add the following to config.txt
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1
Clone this wiki locally