S0-LED-Display: Unterschied zwischen den Versionen
Aus Stratum 0
(Seite erstellen) |
K |
||
Zeile 35: | Zeile 35: | ||
== Hardware == | == Hardware == | ||
− | * 12x 128x64 RGB LED Paneele mit LYD6168 PWM Controller | + | * 12x 128x64 RGB LED Paneele mit LYD6168[https://lucasteske.dev/lyd6168][https://gist.github.com/racerxdl/f2acf81bbd50818587c20b2c9d9e8460] PWM Controller |
* 1x Lattice ECP5 | * 1x Lattice ECP5 | ||
* 1x Raspberry Pi 4 | * 1x Raspberry Pi 4 |
Version vom 6. Oktober 2024, 18:51 Uhr
S0-LED-Display | |
---|---|
Beschreibung: | RGB LED-Display |
Ort: | Chillraum |
Status: | working (Was heißt das?) |
Kontakt: | lichtfeind |
Usage Policy: | Use reasonably, read documentation, nicht ohne Erlaubnis an der Hardware hacken. |
Inhaltsverzeichnis
Status
Mixed
Software hat minimale Funktionalität. Hardware ist noch glitchy.
Eckdaten
- Auflösung: 384x256 Pixel
- Buswidth: 72 @ 10MHz
- Power: 115W (alle LEDs an und Strom auf 50?)
Anwendungen
ffmpeg -re -i /tmp/frieren_6281484.jpg -f mpegts -blocksize 1024 tcp://leddisp.s0:5001 ffmpeg -re -i {video/image} -r 10 -framerate 10 -vf "scale=384:256" -f rawvideo -pix_fmt +rgba tcp://localhost:5000 ffmpeg -re -i {video/image} -r 10 -framerate 10 -vf "scale=384:256:force_original_aspect_ratio=decrease:flags=lanczos,pad=384:256:-1:-1:color=black" -f rawvideo -pix_fmt +rgba tcp://localhost:5000