neophob / PixelController

(LED) Matrix Control Software, supports various Hardware, Keywords: LED Matrix, OSC, Realtime, VJ, Arduino, Teensy, RPI
www.pixelinvaders.ch
GNU General Public License v3.0
286 stars 103 forks source link

Updated Stealth Output Device #18

Closed okyeron closed 12 years ago

okyeron commented 12 years ago

Still confused as how to format the data to get 16x16 pixels. Currently things are limited to 64 bytes.

if (data.length!=BUFFERSIZE) { throw new IllegalArgumentException("data lenght must be 64 bytes!"); }

how do I fix this?

okyeron commented 12 years ago

added new revisions and got 16x16 panel displaying images!