Añadir 'tips_RPI.md'

This commit is contained in:
2023-08-08 17:14:09 -05:00
parent 58a98d7ee0
commit 5f477c9247

21
tips_RPI.md Normal file
View File

@@ -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