Skip to content

Instantly share code, notes, and snippets.

@mlsmrc
Last active September 6, 2019 15:11
Show Gist options
  • Save mlsmrc/af3c3a388b9756c3f68b6544388195a0 to your computer and use it in GitHub Desktop.
Save mlsmrc/af3c3a388b9756c3f68b6544388195a0 to your computer and use it in GitHub Desktop.
Install drivers Elegoo 3.5 LCD
#!/bin/bash
sudo apt-mark hold raspberrypi-bootloader
sudo apt-get -y upgrade
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment