Hi all,
I have recently installed esphome and am trying to write my own fastled effects, but I can’t seem to understand how to control the effect speed.
I see there’s the ‘update_interval’ parameter, if I understand this correctly, than with an addressable lambda effect, if I iterate through all LEDs on my strip (it.size()), then each iteration will take 1ms?
I tried that, but I can’t seem to get the desired effect, and trying to configure it to move faster, there is no option to set the ‘update_interval’ parameter to less than 1ms.
Any thoughs?