Hi,
I have only posted here once before and I am back trying to learn higher level of function like adding power on and activated blade styles to my accent LEDs and I don’t think I am doing this right even though I created a 3 Blade one crystal chamber setup that does work but I just have a feeling I didn’t do this right. I can figure out the styles like flashing/pulsing on power up then maybe a slow swipe to fast then solid lights on preon activation (or at least that is what I have in my head) I have seen Khal do some pretty cool animations with his hilt and chassis debuts and would like to get to that level.
I need an expert to help an intermediate out. Here is my current Blade config, I am using all as accent accept the main. Is this the right way to configure Accents to accept more complicated animation combinations? I create styles using the style helper on Fett263’s site. Maybe someone in this forum has experience using a 10 string neo as well as a 5 string control box with 2 string LED Crystal chamber. Sorry if I haven’t used the right wording.
BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
WS281XBladePtr<26, blade2Pin, Color8::GRB, PowerPINS<bladePowerPin1> >(),
WS281XBladePtr<26, blade3Pin, Color8::GRB, PowerPINS<bladePowerPin4> >(),
WS281XBladePtr<2, blade4Pin, Color8::GRB, PowerPINS<bladePowerPin5> >()
, CONFIGARRAY(presets) },
};