diff --git a/tips_RPI.md b/tips_RPI.md new file mode 100644 index 0000000..150912a --- /dev/null +++ b/tips_RPI.md @@ -0,0 +1,21 @@ +### Instalar pantalla LCD 3.5 + +```sh +sudo rm -rf LCD-show +sudo apt install git +git clone https://github.com/goodtft/LCD-show.git +chmod -R 755 LCD-show +cd LCD-show/ +sudo ./LCD35-show +``` +Touch +```sh +cd LCD-show/ +sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb +``` + +Para volver a HDMI +```sh +cd LCD-show/ +sudo ./LCD-hdmi +```sh \ No newline at end of file