About 70 results
Open links in new tab
  1. FastLED: The basics from scratch - Arduino Forum

    Sep 22, 2018 · Hi all, I really would like to understand and use the fastled library. I love led's, colors and effects. However, I have basic programming skills, at this point I lack the skills to really get into this. …

  2. WS2812b fastled - General Electronics - Arduino Forum

    Jan 8, 2023 · Hi!!! I'm starting to play with a WS2812B led strip and I'd like to make an animation... Years ago I made a shift light with very simple animations but I'd like to do something more worked. I …

  3. Open Source FastLED Animator / Simulator - Arduino Forum

    Oct 8, 2022 · for(int i = 0; i < 30; i += 1) { shiftRight(reds, greens, blues); displayLeds(reds, greens, blues); } } You can preview the changes here. fastled-animator-111v-git-pattern-fix-better-code-gen …

  4. Update zu FastLED und meinen LED Effekten - Arduino Forum

    Jun 14, 2025 · Hi zusammen, nur die kurze Info, dass sich FastLED massiv weiterentwickelt hat und vielleicht mal wieder einen Blick wert ist – es gibt viele neue Features zu entdecken. New in 3.9.16: …

  5. Multiple patterns running on one led strip - FastLed

    Apr 19, 2019 · I'm trying to build lighting into my electric skateboard. I've got an Arduino nano and a APA102 strip underneath the board with 40 leds facing the ground lengthways down the board. I …

  6. FastLED wont compile for an ESP8266 - IDE 2.x - Arduino Forum

    Oct 13, 2025 · You said you were compiling the RGBW example. From the messages it appears you are trying to compile the WS2816 example. Both of these compile in my basement with a few warnings …

  7. FastLED Compilation Error - Programming - Arduino Forum

    Sep 4, 2025 · The common alternative to FastLED is the " Adafruit Neopixel " library, but I see that library also doesn't have Nano Matter support. In addition, it seems the developers are less receptive …

  8. FastLED (WS2812B) - Fading in a sequence, one LED at a time

    Dec 5, 2021 · Hi all. I'm trying to get a WS2812B LED strip to fade in a sequence of LEDs, but fade in just one at a time and overlapping timing, if possible. I can get the LEDs to turn on in sequence and I …

  9. FastLED - Fill Solid inside a For Loop / How to Call a Function inside ...

    Feb 1, 2020 · Okay, my first Arduino project (total n00b) is a basic LED Turn Signal with a few different functions. I have an 8x32 Flexible RGB WS2812 Panel and I'm trying to create some basic …

  10. Fastled pallettes and other sequnces - Arduino Forum

    Jan 8, 2023 · // FastLED provides several 'preset' palettes: RainbowColors_p, RainbowStripeColors_p, // OceanColors_p, CloudColors_p, LavaColors_p, ForestColors_p, and PartyColors_p. // // Additionally, …