Skip to content

Commit 638dabf

Browse files
committed
Update README.md
1 parent 16fc568 commit 638dabf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,14 @@ The source code also provides an easy way to write your own **speed controller**
372372
"Determines how to handle led color count"
373373
"mismatch generated by effects"
374374
"One of: [DoNothing, Lerp, Nearest, Wrap, Trim, Copy]"
375+
376+
"DoNothing: do nothing"
377+
"Lerp: stretches or shrinks effect colors list to match the configured LedCount using a gradient"
378+
"Nearest: stretches or shrinks effect colors list to match the configured LedCount by copying/removing the nearest color"
379+
"Wrap: if effect colors list is bigger than LedCount, wrap the remainder to the beginning, otherwise do nothing"
380+
"Trim: if effect colors list is bigger than LedCount, trim the excess, otherwise do nothing"
381+
"Copy: if effect colors list is smaller than LedCount, copy the colors untill they are equal, otherwise do nothing"
382+
375383
"LedCountHandling": "<string>",
376384

377385
"Led rotation/offset for rgb effects"

0 commit comments

Comments
 (0)