You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am totally new to programming and I already talked to Tobias Blum because I'm using the Mc Lighting platform for my Wemos D1, he said that maybe you could help me.
I want the Meteor Rain Effect to change the color after every cycle.
I already tried to do it by myself but I'm not getting to the point where it works like this, I added the color_wheel the color is changing extremely fast and not after every cycle.
but maybe I'm wrong with that. maybe you have a quick solution for me?
you mentioned the comet effect. That is a bit easier to read.
The meteor effect is more complex to understand for me, without trying it out. Honestly I didn't look in detail how the effects work, so far.
I think the goal is to find the position in code where the effect starts again. I couldn't try it out, but maybe after "_strip.ClearTo(rgbcolor_black);" could be the right position to reset the color.
@Viktus04@toblum Sorry dont have my computer and setup to test it. @toblum is right, all you have to do is set a SEGMENT.colors[0] to some color you like after _strip.ClearTo(rgbcolor_black);
Hello,
I am totally new to programming and I already talked to Tobias Blum because I'm using the Mc Lighting platform for my Wemos D1, he said that maybe you could help me.
I want the Meteor Rain Effect to change the color after every cycle.
I already tried to do it by myself but I'm not getting to the point where it works like this, I added the color_wheel the color is changing extremely fast and not after every cycle.
but maybe I'm wrong with that. maybe you have a quick solution for me?
Thank you very much for your great work!
The text was updated successfully, but these errors were encountered: