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.
 
 
 
lukas afc6bfb9f8 added README 2 years ago
include Initial commit 2 years ago
lib Initial commit 2 years ago
Makefile Initial commit 2 years ago
README.md added README 2 years ago
canvas.h Initial commit 2 years ago
canvaspixel.c Initial commit 2 years ago
canvaspixel.h Initial commit 2 years ago
canvaspixel.o Initial commit 2 years ago
content-streamer.h Initial commit 2 years ago
graphics.h Initial commit 2 years ago
led-matrix-c.h Initial commit 2 years ago
led-matrix.h Initial commit 2 years ago
librgbmatrix.a Initial commit 2 years ago
net.c Initial commit 2 years ago
net.h Initial commit 2 years ago
net.o Initial commit 2 years ago
pixel-mapper.h Initial commit 2 years ago
pixelnuke Initial commit 2 years ago
pixelnuke.c added alpha blending 2 years ago
pixelnuke.o Initial commit 2 years ago
thread.h Initial commit 2 years ago
threaded-canvas-manipulator.h Initial commit 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