-
I use Adafruit neopixel library a trying find something more snap. But i use a lot function named "fill". Because i use in the most of the cases fill all pixes (7 pixel shield). Yes i can write custom metodth to fill from 0 to numPixels but can not be in library natively? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Makuna
Mar 30, 2023
Replies: 1 comment
-
(moved to discussions/Q&A as this isn't a issue/bug) The method you are looking for is ClearTo(). There are two, one for all and one for a subset of pixels. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Makuna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(moved to discussions/Q&A as this isn't a issue/bug)
NeoPixelBus API in Wiki
The method you are looking for is ClearTo(). There are two, one for all and one for a subset of pixels.