Hi all,
Can y’all help me out with proper code to map an LED totem I’m building?
It consists of four strings of 75 pixels going vertically up a pole.
So the overhead view is:
0
0X0
0
Where the 0’s are pixels and the X’s is the pole in the center. They’re wired sequentially as you progress clockwise around if you’re looking down from the top, like so:
1
4X2
3
Where 1 is pixels 1-75, 2 is pixels 76-150, 3 is pixels 151-225 and 4 is pixels 226-300. Each start at the bottom of the pole with the lowest number and progress to the highest at the top.
Not sure if it matters, but it’s SK6812 with 60pixels/meter. And the pole is 1/2inch in diameter.
Sorry for the dumb question, but I’m not much of a coder. Hopefully I’ve explained it clearly?