LED Matrix Controller Software

AAH

I love blinky lights :)
Community project designer
Joined
Dec 27, 2010
Messages
4,191
Location
Eaglehawk
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.
 

BradsXmasLights

WiFi Interactive
Joined
Dec 23, 2010
Messages
601
Location
Brisbane, Australia
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 :)
 

David_AVD

Grandpa Elf
Community project designer
Generous elf
Joined
Jun 12, 2010
Messages
4,682
Location
Victoria Point (Brisbane)
Cool.
thumbsup.gif
 
Top