I am making an LED board that will have approximately 900 individually addressable LED's (WS2812B)
From my experiments, I think I can't safely control about 512 LED's before I start to exhaust an Arduino UNO's modest memory and getting strange behavior.
The most obvious solution to me would be to use an Arduino Mega, but its physical size is not really suitable for my project.
Is it possible to link multiple Arduino units together and use them to control a larger amount of lights and synch them together to act as one? I have read about IC2 but I cannot find any examples of anyone using it in conjunction with FASTLED, so my feeling is it probably doesn't do what I think.
Can anyone point me towards the solution to this problem?