Battery level blade style

Hi, I have the below config on one of my sabers that has a crystal chamber, so a two blade config. I’d like to use the battery level blade style (I’m assuming it’s a blade style) on my other saber that does not have a crystal chamber. I have attempted to remove the entire Crystal Chamber section but that appeared to break the style. Any ideas of what the blade style syntax should be for a single blade. Many Thanks.

//main blade
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),

//crystal pixel
WS281XBladePtr<2, blade2Pin, Color8::GRB, PowerPINS >(),
CONFIGARRAY(presets) },

I’m guessing you mean?

&style_charging

FWIW, if you’re using my prop and library you can also build On Demand or Passive Battery Level options into your normal styles via the library Enhancements screen (scroll down towards bottom section of Enhancements to select), this let’s you check Battery level anytime on any preset (that includes).
https://www.fett263.com/fett263-proffieOS7-style-library.html

Once you have the styles in your config, just refer to controls in my Prop for the On Demand Battery Level (if used):

1 Like