kopia lustrzana https://github.com/Aircoookie/WLED
rodzic
99427c2ef7
commit
ae8c3b02d0
|
@ -4497,7 +4497,7 @@ uint16_t mode_blends(void) {
|
|||
unsigned offset = 0;
|
||||
for (unsigned i = 0; i < SEGLEN; i++) {
|
||||
SEGMENT.setPixelColor(i, pixels[offset++]);
|
||||
if (offset > pixelLen) offset = 0;
|
||||
if (offset >= pixelLen) offset = 0;
|
||||
}
|
||||
|
||||
return FRAMETIME;
|
||||
|
|
Ładowanie…
Reference in New Issue