-
Notifications
You must be signed in to change notification settings - Fork 1
LED patterns
Bendeguz edited this page May 28, 2026
·
2 revisions
Here are all the pattern functions for the LED ring with examples and images.
To use the patterns, simply call the start functions once and the LEDs will keep updating until you call an other function or noPattern().
Note
Make sure you have first initialized the LED ring.
byte redbyte greenbyte blue
encoder.positionDotPattern(25, 25, 25); //start the dot pattern with a white, approx. 10% bright dotcoming soon
byte redbyte greenbyte blue
encoder.fillBarPattern(25, 25, 25); //start the bar pattern which will be filled from the first pixelcoming soon