Hi everyone,
I'm an Arduino noob, with only a few small projects under my belt. What I'm looking to do is make an Addressable LED wall under the counter at the brewery I work at. The wall is 4' tall and 31' wide, and I'll be using 8 5m rolls of 12v WS2812 strips, with power injected in between every string, from a 12v 30a power supply. There's also a small end wall, with 88 pixels, currently running nicely off the Mega, with just a FastLED demo.
FastLED seems fine, but I want to add a matrix, and have GUI control (like Jinx). The matrix would be 200px wide a 4 tall - we have reclaimed barnwood under there with 110v single-color LED strips now, behind the wood shining up and down. It looks great but we want to animate.
I have a Mega 2560, but I can buy something else if recommended.
I like the GUI of Jinx, and have heard horror stories about Glediator, but I'm not dead set either way.
My problem so far is the 512 limitation... I have 888 pixels that need to light up.
My questions:
What are your recommendations?