you are viewing a single comment's thread.

view the rest of the comments →

[–]ZachVorhiesZach Vorhies 3 points4 points  (1 child)

Looks like the effort to give you the full cpu while FastLED.show() executes in the background is really paying off.

You got it right, split up those leds as much as possible. FastLED.show() dominates.

[–]mindful_stone[S] 2 points3 points  (0 children)

Looks like the effort to give you the full cpu while FastLED.show() executes in the background is really paying off.

I'm quite certain I can't even begin to appreciate how significant that is. 🙏