Actualizar 'tips_RPI.md'
This commit is contained in:
13
tips_RPI.md
13
tips_RPI.md
@@ -13,6 +13,10 @@ Touch
|
|||||||
cd LCD-show/
|
cd LCD-show/
|
||||||
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
|
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
|
||||||
```
|
```
|
||||||
|
**Calibración**
|
||||||
|
```sh
|
||||||
|
DISPLAY=:0.0 xinput_calibrator
|
||||||
|
```
|
||||||
|
|
||||||
Para volver a HDMI
|
Para volver a HDMI
|
||||||
|
|
||||||
@@ -51,6 +55,15 @@ network={
|
|||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
**Ip Fija**
|
||||||
|
sudo nano /etc/dhcpcd.conf
|
||||||
|
```sh
|
||||||
|
interface wlan0
|
||||||
|
static ip_address=192.168.1.10/24
|
||||||
|
static routers=192.168.1.1
|
||||||
|
static domain_name_servers=8.8.8.8
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[http://www.lcdwiki.com/3.5inch_RPi_Display](http://www.lcdwiki.com/3.5inch_RPi_Display)
|
[http://www.lcdwiki.com/3.5inch_RPi_Display](http://www.lcdwiki.com/3.5inch_RPi_Display)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user