35 lines
874 B
Markdown
35 lines
874 B
Markdown
### 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
|
|
```
|
|
|
|
activar ssh, se crea un archivo con nombre **sh** en la partición **boot**
|
|
|
|
En le nuevo OS nos toca generar el password creando un archivo **userconf.txt** en la particion boot
|
|
con la siguiente estructura *username:pasword_encriptada*
|
|
para encriptar una contraseña usar la siguiente linea:
|
|
```sh
|
|
echo 'mypassword' | openssl passwd -6 -stdin
|
|
```
|
|
|
|
[http://www.lcdwiki.com/3.5inch_RPi_Display](http://www.lcdwiki.com/3.5inch_RPi_Display)
|
|
|
|
[https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)](https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)) |