From fcf75e8bc91ab5ccc701b0be5f4eb51975682486 Mon Sep 17 00:00:00 2001 From: Martin Chaparro Date: Wed, 9 Aug 2023 08:42:56 -0500 Subject: [PATCH] Actualizar 'tips_RPI.md' --- tips_RPI.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tips_RPI.md b/tips_RPI.md index b51baf8..5821994 100644 --- a/tips_RPI.md +++ b/tips_RPI.md @@ -13,6 +13,10 @@ Touch cd LCD-show/ sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb ``` +**Calibración** +```sh +DISPLAY=:0.0 xinput_calibrator +``` 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)