Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.72 KB

File metadata and controls

69 lines (42 loc) · 1.72 KB

led-send 🚀

Ein Tool zur drastischen Vereinfachung der Nutzung von pypixelcolor. Es automatisiert die Aktivierung der Python-Umgebung und ermöglicht das Senden von Texten direkt über die Kommandozeile oder Pipes.

⚡ Installation

  1. Repo klonen
  2. Für Debian & Ubuntu Systeme einfach a. ./install.sh ausfuehren.

b. Bei CachyOS ./install-cachy-os.sh verwenden.

  1. MAC-Adresse in led-send.sh anpassen

Nutzung

Das Skript erkennt automatisch, ob Text per Argument oder per Pipe uebergeben wird.

Als Argument:

./led-send.sh "Hallo Welt"

Per Pipe:

date +%H:%M | ./led-send.sh

System-Status:

echo "CPU Temp: $(vcgencmd measure_temp)" | ./led-send.sh

Sendet das aktuelle Wetter auf die Matrix :-)

curl wttr.in/Berlin?format=3 | ./led-send.sh

um die Matrix auf dunkel zu schalten:

./led-send.sh " "

Powerd by AI

Demo Video Demo Video



Demo Video



Projekte und Links:
Link: https://github.com/lucagoc/pypixelcolor `pypixelcolor`

Link: https://github.com/chubin/wttr.in Wttr.in