Añadir 'tips_RPI.md'
This commit is contained in:
21
tips_RPI.md
Normal file
21
tips_RPI.md
Normal 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
|
||||||
Reference in New Issue
Block a user