Waveshare type LCD 1024 600 on Raspberry Pi

If you're wanting to make your waveshare type lcd work with Raspbian and end up seeing white lines or gray lines and nothing else, add this to the end of the /boot/config.txt file

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
hdmi_drive=1
display_rotate=1 #1:90;2: 180; 3: 270
change the 1024 600 to your screens supported resolution. This is important otherwise it wont work.

There are a few variants of the waveshare type LCDs available for raspberry pi

1024 600 is the Type C variant

Comments

Popular Posts