LED Matrix Controller Software

I'm liking the idea. Can you transcode some LSP packets into some gold nuggets for me :)
Without some commentary or further info I'm kinda guessing the what the program is doing is re-mapping some packets onto different outputs. Hoping to get some more info.
 
Basically...
  1. LSP is setup to generate a plain RGB matrix , outputting it via unicast to the IP address of the PC running my software.
  2. My software takes this raw (eg: colour) matrix and alpha blends it against a monochrome transparency template (eg: text); to calculate what the merged matrix should be.
  3. Then new E.31 packets are generated accordingly, unicasting to the output controllers.
There's also some extra logic for minimum text brightness so text won't go completely black/invisible, gamma correction, etc too. Work in progress still :)
 
Cool.
thumbsup.gif
 
Back
Top