[neopixel DISCO_LED]
pin: PB0 # signal interface
chain_count: 100 # Number of lamp beads
color_order: GRB # colour sequence
initial_RED: 0.2 # Initial red brightness
initial_GREEN: 0.2 # Initial green brightness
initial_BLUE: 0.2 # Initial blue brightness
I am trying to get a Disco XXL setup working, I have the above configuration in my printer.cfg and have full RGB on the first "stick". I have tried replacing the wires from D-Out to D-In and have tried a different stick. I get the same results which is no activity but occasionally one of the LEDs will partially light.
Currently I have 4 Wires into the first stick (GND, +V, -V, and Data), and 3 going to each downstream stick (+V, -V, and Data). I was told the GND isn't necessary but I have tried adding it back into the downstream stick and it made no change.
Am I missing something to get this working?