Default = preview gamma correction enabled.

This commit is contained in:
Frank
2023-08-05 15:33:36 +02:00
committed by GitHub
parent 8e678ffa5e
commit f35f2c3a3a

View File

@@ -340,7 +340,7 @@ WLED_GLOBAL bool autoSegments _INIT(false);
WLED_GLOBAL bool correctWB _INIT(false); // CCT color correction of RGB color
WLED_GLOBAL bool cctFromRgb _INIT(false); // CCT is calculated from RGB instead of using seg.cct
WLED_GLOBAL bool gammaCorrectCol _INIT(true ); // use gamma correction on colors // WLEDMM that's what you would think, but the code tells a different story.
WLED_GLOBAL bool gammaCorrectPreview _INIT(false); // WLEDMM: revert gamma correction for LiveLeds (screens have their own gamma correction)
WLED_GLOBAL bool gammaCorrectPreview _INIT(true); // WLEDMM: revert gamma correction for LiveLeds (screens have their own gamma correction)
WLED_GLOBAL bool gammaCorrectBri _INIT(false); // use gamma correction on brightness
WLED_GLOBAL float gammaCorrectVal _INIT(2.8f); // gamma correction value