Zet - How do I set up the 3.5” lcd display for the Pi3?

How do I set up the 3.5” lcd display for the Pi3?

https://github.com/goodtft/LCD-show was the original lcd driver for the RPI, but with recent versions of raspbian, it breaks X11

It has been replaced by:

https://github.com/katzenjens/lcd32

Note you may have to:

  • Switch from wayland to x11
  • Add their startx snipped to your .profile
cat add_startx.txt >> ~/.profile

#raspberrypi #lcddisplay