Specific Configurations for certain screens - opencardev/crankshaft GitHub Wiki
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
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