Hi there, i'm a novice of Arduino and the Fastled library.

Hi there,
i’m a novice of Arduino and the Fastled library.
I have a question: is it possible drive a group of led in a strip instead once at time?
For example:

  • i have a 60 led strip WS2812b
  • i want to switch on only the led n. 5-6-7-8-9 and 20-21-22-23-24

I’d like to use this method to create a 7 segments display with a single strip.

Thanks a lot.
Umberto.

CRGBset might work for your project allowing you to setup a group of pixels for each “segment”.
Here’s a basic example: