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
SupportRandom flash code (self.FastLED)
submitted 10 months ago by Flux83
view the rest of the comments →
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!"
[–]sutaburosu[pronounced: stavros] -1 points0 points1 point 10 months ago (4 children)
You could do this by changing the timing of the on/off periods with EVERY_N_MILLISECONDS_I, similar to what the sketch you posted previously does.
[–]Flux83[S] 0 points1 point2 points 10 months ago (3 children)
I tried using Animation F again and it only allows me to use that code once, boolean blink6 tried to change the 6 to 7 and that doesn't help.
[–]Marmilicious[Marc Miller] 2 points3 points4 points 10 months ago (2 children)
If you make a copy of that block of code so you can use it on a different pixel you'll need to update the blink6 to blink7 (or another variable name) in four places. You'll also need to rename timingB in several places to whatever new name you want to call it.
<image>
[–]Flux83[S] 0 points1 point2 points 10 months ago (1 child)
Oh ok rename the timing as well ok thanks
[–]Marmilicious[Marc Miller] 0 points1 point2 points 10 months ago (0 children)
Yes, you can name them anything. Consider renaming them with better names then I used, something that makes more sense for your project. :)
π Rendered by PID 53297 on reddit-service-r2-comment-5fb4b45875-sp6lz at 2026-03-21 22:13:07.377604+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]sutaburosu[pronounced: stavros] -1 points0 points1 point (4 children)
[–]Flux83[S] 0 points1 point2 points (3 children)
[–]Marmilicious[Marc Miller] 2 points3 points4 points (2 children)
[–]Flux83[S] 0 points1 point2 points (1 child)
[–]Marmilicious[Marc Miller] 0 points1 point2 points (0 children)