mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 19:26:40 +00:00
Update map1D2D
This commit is contained in:
parent
3830d49bf8
commit
5cac18f844
@ -465,6 +465,7 @@ void Segment::setGeometry(uint16_t i1, uint16_t i2, uint8_t grp, uint8_t spc, ui
|
||||
|
||||
m12 = constrain(m12, 0, 7);
|
||||
if (stop && (spc > 0 || m12 != map1D2D)) fill(BLACK);
|
||||
if (m12 != map1D2D) map1D2D = m12;
|
||||
/*
|
||||
if (boundsUnchanged
|
||||
&& (!grp || (grouping == grp && spacing == spc))
|
||||
|
Loading…
x
Reference in New Issue
Block a user