Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update modes_funcs.cpp - 'WS2812::running' - issue with lenght of sma…
…ll segments (kitesurfer1404#337) ISSUE for 'WS2812::running' : If the length of the Segment is not a multiple of the length of the small segments the small segments are displayed sometimes with a wrong length. For example: with a Segment length of 60 LEDs and small segments set to SIZE_MEDIUM every 7th has a length of 8 LEDs, but all others are 4 LEDs (in 'Merry Christmas' for yellow color), With SIZE_LARGE every 4th has a length of 4 LEDs, but all others are 8 LEDs (in 'Merry Christmas' for purpe color).
- Loading branch information