mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Align rotation value to 15 degree steps
This commit is contained in:
parent
ffd4eb12d0
commit
a14caa383f
@ -859,7 +859,7 @@ int LedDeviceNanoleaf::write(const std::vector<ColorRgb>& ledValues)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Set panels not configed to black;
|
// Set panels not configured to black
|
||||||
color = ColorRgb::BLACK;
|
color = ColorRgb::BLACK;
|
||||||
DebugIf(verbose3, _log, "[%u] >= panelLedCount [%u] => Set to BLACK", panelCounter, _panelLedCount);
|
DebugIf(verbose3, _log, "[%u] >= panelLedCount [%u] => Set to BLACK", panelCounter, _panelLedCount);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user