Files
UBUNTU-TIPS/tips_RPI.md
2023-08-08 17:14:09 -05:00

331 B

Instalar pantalla LCD 3.5

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

cd LCD-show/
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb

Para volver a HDMI

cd LCD-show/
sudo ./LCD-hdmi
```sh