From ff9af1d2b5856250bed1c9a503a0a9bb79eae5dc Mon Sep 17 00:00:00 2001 From: Keiran Date: Thu, 28 Mar 2019 21:44:51 -0400 Subject: [PATCH] factor 2.8 -> 2.6 --- gamma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamma.py b/gamma.py index db1ac6b..030cd33 100755 --- a/gamma.py +++ b/gamma.py @@ -2,7 +2,7 @@ """Calculates a gamma correction curve to store in PROGMEM for a NeoPixel""" -FACTOR = 2.8 # correction factor +FACTOR = 2.6 # correction factor MAX_IN = 255 # top end of INPUT range MAX_OUT = 255 # top end of OUTPUT range