factor 2.8 -> 2.6

This commit is contained in:
2019-03-28 21:44:51 -04:00
parent 3ee432bb22
commit ff9af1d2b5

View File

@@ -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