display current linux/network info on a 16x2 LCD via I2C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hendrik Schutter b67ed823c2
display current time on default screen
5 months ago
.gitignore Initial commit 10 months ago
LICENSE Initial commit 10 months ago
README.md inital version 10 months ago
pyLCDinfo.py display current time on default screen 5 months ago

README.md

pyLCDInfo

display current linux/network info on a 16x2 LCD via I2C

Install

apt-get install i2c-tools pip python3-dev

pip3 install rpi_lcd

search I2C LCD Controller on Bus X (0, 1, 2, 3, ...) and note address of device i2cdetect -y X

nano /lib/systemd/system/LCDinfo.service

[Unit]
Description=LCD info
After=syslog.target
After=network.target

[Service]
Type=simple
User=root
Group=root
Restart=on-failure
RestartSec=5s
ExecStart=sudo /usr/bin/nice -n 19 sudo -u root /usr/bin/python3 /root/pyLCDinfo.py eth0 wg0 /mnt/hdd/backups

[Install]
WantedBy=multi-user.target

systemctl daemon-reload

systemctl enable /lib/systemd/system/LCDinfo.service

Du besuchst diese Seite mit einem veralteten IPv4-Internetzugang. Möglicherweise treten in Zukunft Probleme mit der Erreichbarkeit und Performance auf. Bitte frage deinen Internetanbieter oder Netzwerkadministrator nach IPv6-Unterstützung.
You are visiting this site with an outdated IPv4 internet access. You may experience problems with accessibility and performance in the future. Please ask your ISP or network administrator for IPv6 support.
Weitere Infos | More Information
Klicke zum schließen | Click to close