MartinNohr / MagicImageWand

Paints Images in the Air with LEDs
Apache License 2.0
20 stars 6 forks source link

many built-in functions don't allow the frame hold time to be changed after the first use #58

Closed MartinNohr closed 2 years ago

MartinNohr commented 2 years ago

The first time a built-in function is run the current frame time will be used. If the frame time is then changed and the function is run again it will still use the original frame time. It is necessary to reboot and change the frame time first before running the built-in function. The problem has been identified and is due to a static instantiated class in the fastLed library. A fix will be coming soon.

MartinNohr commented 2 years ago

Fixed in 2.29 version.