First try with 50 WS2811 and prototype matrix for my X-Mas lights

Looks good, which script do you use for it? I’m planning a clock with those pixel strands.
I use the FastLED library and the numbers are stored as arrays with BitBool
How do you use BitBool? Can you post your code for your counter?
That would be nice, I’m interested, too.
Sure,
XMas14_RGB.ino : http://pastebin.com/ReVFbb0d
XMas14_RGB.h: http://pastebin.com/Eibxumba
BitBool.h: http://pastebin.com/8VYtNtsa
Cool, thanks!