Hello and greetings all- Had a question about setting up a strip with a separate subblade assigned pixel at the END of the strip. I am used to doing subblades for the first pixel for crystal chambers etc, but this build in particular is a blaster. At the end of the barrel is a single neo. My assumption was that the BladeConfig would read as such:
BladeConfig blades = {
{ 0,
SubBlade(0, 17, WS281XBladePtr<18, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3>>()),
SubBlade(18, 18, NULL),
CONFIGARRAY(presets) },
};
But wanted a sanity check. Thanks for looking!