We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a9517 commit 20dd64fCopy full SHA for 20dd64f
Software/src/AbstractLedDevice.cpp
@@ -96,6 +96,7 @@ void AbstractLedDevice::updateDeviceSettings()
96
setBrightnessCap(Settings::getDeviceBrightnessCap(), false);
97
setLuminosityThreshold(Settings::getLuminosityThreshold(), false);
98
setMinimumLuminosityThresholdEnabled(Settings::isMinimumLuminosityEnabled(), false);
99
+ setDitheringEnabled(Settings::isDeviceDitheringEnabled(), false);
100
updateWBAdjustments(Settings::getLedCoefs(), false);
101
102
setColors(m_colorsSaved);
0 commit comments