I want to build a wall of leds, with a resolution of 60 by 45. I've played around and have some effects that look good at that low resolution.
The ways I can see to do this:
* USB converter
* Fadecandy
* Stream video from windows laptop as a MJPEG stream, decode with a raspberry pi and write it out using the PWM pins
Has anyone had experience doing any of those? I'd like to use the third way, since I already have some code that uses a raspberry PI to run some ws2812b leds, but maybe the usb converters are easier to use. Does anyone know how to get magic to render to fadecandy or that other usb converter?
I'll put up some video of my build once I've got it going