PixelPusher-java icon indicating copy to clipboard operation
PixelPusher-java copied to clipboard

Compatibility to RPi

Open tbreuer opened this issue 10 years ago • 2 comments

The RPi library from hzeller is not compatible to the new versions of PixelPusher, because PixelPusher.java line 243 throws an error. The stripFlags array has a maximum size of 8, while the RPi library needs a size of 32 (attachedStrips = 32).

tbreuer avatar Mar 07 '14 12:03 tbreuer

I'll have a look at it. But yeah, looks like an assumption of 8 strips is a bit little, as my PixelPusher project can simulate up to 255 strips...

hzeller avatar Sep 07 '14 00:09 hzeller

So I made the LED matrix work again with the latest PixelPusher version. The matrix version was so old, it didn't even send the stripFlags yet. Now it sends it dynamically sized as the current PixelPusher version wants.

hzeller avatar Sep 08 '14 00:09 hzeller