Anders-Holst / xled_plus

Addons to the XLED package, to create nice effects for Twinkly LED lights
MIT License
33 stars 8 forks source link

effect #4

Closed olieter closed 2 years ago

olieter commented 2 years ago

Just the effects with ctr work

error GlowCP(ctr).launch_movie() TypeError: init() missing 1 required positional argument: 'cols'

Anders-Holst commented 2 years ago

If you check the code carefully you will see that GlowCP expects an additional argument. It is by design.

"CP" is my abbreviation for "ColorPicker". I am about to publish the color-picker any day now, and will then explain how to use the effects ending in "CP" (which all expects a list of HSL color specifications as their second argument).