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
With the current API to update each pixel you need to call color per pixel (e.g. strip.pixel(i).color(rgb);), this also requires one or more messages per pixel update.
Isn't there a way to update the whole strip with an array of colors?
Simple example:
If it's possible to send this with fewer messages this could improve the communication though put?
(Downside is that you lose the possibility to only update the leds that need to change).
The text was updated successfully, but these errors were encountered:
With the current API to update each pixel you need to call color per pixel (e.g.
strip.pixel(i).color(rgb);
), this also requires one or more messages per pixel update.Isn't there a way to update the whole strip with an array of colors?
Simple example:
If it's possible to send this with fewer messages this could improve the communication though put?
(Downside is that you lose the possibility to only update the leds that need to change).
The text was updated successfully, but these errors were encountered: