Skip to content

Commit 20dd64f

Browse files
committed
Add Dithering setting to device initialization
1 parent 67a9517 commit 20dd64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Software/src/AbstractLedDevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ void AbstractLedDevice::updateDeviceSettings()
9696
setBrightnessCap(Settings::getDeviceBrightnessCap(), false);
9797
setLuminosityThreshold(Settings::getLuminosityThreshold(), false);
9898
setMinimumLuminosityThresholdEnabled(Settings::isMinimumLuminosityEnabled(), false);
99+
setDitheringEnabled(Settings::isDeviceDitheringEnabled(), false);
99100
updateWBAdjustments(Settings::getLedCoefs(), false);
100101

101102
setColors(m_colorsSaved);

0 commit comments

Comments
 (0)