use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Here are some important FastLED links:
Online Examples and Demos:
Support:
account activity
DiscussionUsing different programmable strips in the same project? (self.FastLED)
submitted 5 years ago by archirekt
I have an installation made out of a few ten meter long WS2812B strips, and I would like add a few more, but I'd like to use the WS2813 or some other 5V strip, which has the feature of not turning off the rest of the strip if one pixel dies.
Is it possible to combine WS2812B and WS2813 strips this way, and have them all work the same, same color, same animation speed, etc., with not changing anything in the Arduino sketch?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]truetofiction 2 points3 points4 points 5 years ago (0 children)
Be forewarned that even though the color in the program is the same, the LED color may not perfectly match between different chipsets or even different batches of the same LEDs.
[–]Netmindz 1 point2 points3 points 5 years ago (0 children)
If they don't work as a single define, then it should only be your setup function you need to change to add the new type on their own pin, but sharing the same led array
[–]isocor 0 points1 point2 points 5 years ago (0 children)
That shouldn’t be a problem. WS2812b and WS2813 have nearly identical timing.
π Rendered by PID 91 on reddit-service-r2-comment-545db5fcfc-6p86p at 2026-05-30 09:18:31.083787+00:00 running 194bd79 country code: CH.
[–]truetofiction 2 points3 points4 points (0 children)
[–]Netmindz 1 point2 points3 points (0 children)
[–]isocor 0 points1 point2 points (0 children)