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.
![]() |
2 years ago | |
---|---|---|
include | 2 years ago | |
lib | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
canvas.h | 2 years ago | |
canvaspixel.c | 2 years ago | |
canvaspixel.h | 2 years ago | |
canvaspixel.o | 2 years ago | |
content-streamer.h | 2 years ago | |
graphics.h | 2 years ago | |
led-matrix-c.h | 2 years ago | |
led-matrix.h | 2 years ago | |
librgbmatrix.a | 2 years ago | |
net.c | 2 years ago | |
net.h | 2 years ago | |
net.o | 2 years ago | |
pixel-mapper.h | 2 years ago | |
pixelnuke | 2 years ago | |
pixelnuke.c | 2 years ago | |
pixelnuke.o | 2 years ago | |
thread.h | 2 years ago | |
threaded-canvas-manipulator.h | 2 years ago |
README.md
Pixelflut-LED-RGB-Matrix
Das hier ist eine (sehr unschön und schlecht) umgehackte Version des pixelnuke-servers von defnull (https://github.com/defnull/pixelflut).
Mithilfe der rpi-rgb-led-matrix library von hzeller (https://github.com/hzeller/rpi-rgb-led-matrix) kann damit eine LED-Wand die das Hub75-protokoll verwendet als pixelflut-screen verwendet werden.
Alles zusammen läuft auf einem raspberryPi (getestet mit einem Pi 4 B)
Installation
- das repo klonen
- die librarys für hzeller und pixelflut installieren:
sudo apt install build-essential libevent-dev libglew-dev libglfw3-dev
- die library von hzeller klonen und installieren (TODO: genaue Anleitung)
make
sudo ./pixelnuke
TODO
- Code von unnötigem befreien (alter code für's zeichnen vom canvas auf nem echten screen)
- Bessere Anleitung schreiben
- Installation vereinfachen