thanks for taking a peak. I am currently building my MoM with crystal chamber finally and was just wanting to confirm how i am handling the data line and if it will work
it will first go to a single Adafruit NeoPixel RGB Accent 5050 LED for the crystal chamber and will use data in and then the data out will go to the data in on a 3535 (BTF Lighting) WS2812B strip cut to 6 pixels for a plasma chamber and then data out to the NPXL V4 Hilt Side PCB Connector
what i was hoping to do was fold the 6 pixel strip in half so 3 on each side and then programe that as 2 blades pixel 1,2 and 3 is fine but can i then program it so that it goes 6,5 and then 4? for example 1 and 6 light up, then 2 and 5 and finally 3 and 4?
i hope this makes sense, as i struggle to get whats in my brain into text at times
I’ve never done it but I think you can just specify that 3 pixel part (4,5,6 of the plasma 6px strip) as SubBladeReverse, leaving the others plain SubBlade.
Its my understanding you can list them in any order, since its essentially an address to the pixels. Although some sort of logical order makes more sense.