Drivers and Stuff for our (RS232 RJ45 controlled) LED Matrix
Reverse engineering of original protocol (windows software). First attempt to replace the default software
Still working code to replace the default software. It's possible to send multi colored text to the LED panel
It's not a tool to send text to the panel, but to receive it.
Sven managed to completely reverse engineer the old controller of the LED panel and replace it by his own to provide ethernet including DHCP instead of rs232. The software also allows us to send pure text or binary data to the panel.
LED Snake is a clone of the good old arcade / nokia game also called Snake. It uses the whole LED panel and also supports levels with walls. The game runs on the local computer, renders the full view and sends it to the panel.
Enno built a JavaScript (node.js) library to send stuff to the LED panel. It makes developing for the panel way easier, since you can simply draw stuff on a canvas element and send it to the panel. Project can be found in a seperate repository