From f35f2c3a3ab27f12d04aab566bb666348161a1ee Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:33:36 +0200 Subject: [PATCH] Default = preview gamma correction enabled. --- wled00/wled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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