1ChicagoDave/Random_NeoPixel_Effects

Last segment length

Opened this issue · 0 comments

If the number of segments/nodes is not exactly divisible by number of pixels in strip, the last segment will fall short of end of strip. This may cause last few pixels in strip to flash 'white' during certain parts of cycle.

Code needs to be adjusted so that last segment always runs to end of strip ( includes pixel == strip.numPixels() ).