From 5f477c92472a2fbd686b924a16f9eb648e60e039 Mon Sep 17 00:00:00 2001 From: Martin Chaparro Date: Tue, 8 Aug 2023 17:14:09 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'tips=5FRPI.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tips_RPI.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tips_RPI.md 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