Hey, Im trying to create a couple of single pixel sub blades to attempt to control some accent pixels on a saber. They appear to be wired in parallel with the main blade.
anyway, below is my blade config:
BladeConfig blades[] = {
{ 0, SubBlade(2, 123, WS281XBladePtr<124, bladePin, Color8::GRB PowerPINS<bladePowerPin2, bladePowerPin3>>()),
SubBlade(0, 0, NULL), //Led1
SubBlade(1, 1, NULL), //Led2
CONFIGARRAY(presets) },
};
and the error I get is:
D:\Lightsaber\Sabers\Commissions\Mark\LGT Core\ProffieOS-v7.14\ProffieOS\config\SabineOS7_config.h:77:23: error: parse error in template argument list
77 | { 0, SubBlade(2, 123, WS281XBladePtr<124, bladePin, Color8::GRB PowerPINS<bladePowerPin2, bladePowerPin3>>()),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exit status 1
Compilation error: parse error in template argument list
Any thoughts?