Could someone please take a look at my blade setup given the basic wring shown. Its for an OBI3/ Goth3D ECO w/Cryst Chamber. One of the two blades consist of two opposing pixels each lighting a seperate (opposing) crystal.
BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
WS281XBladePtr<2, blade2Pin, Color8::GRB, PowerPINS<bladePowerPin4 > >()
, CONFIGARRAY(presets) },
};
#endif
Thank you in advance.
ps
everthing compiles and uploads, it just that the cc pixels dont work.