diff --git a/wled00/wled.h b/wled00/wled.h index d3d218fe..e668f634 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -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