factor 2.7
2.6 looks best with solid colors but makes rainbow derp 2.7 a good trade-off
This commit is contained in:
2
gamma.py
2
gamma.py
@@ -2,7 +2,7 @@
|
|||||||
"""Calculates a gamma correction curve to store
|
"""Calculates a gamma correction curve to store
|
||||||
in PROGMEM for a NeoPixel"""
|
in PROGMEM for a NeoPixel"""
|
||||||
|
|
||||||
FACTOR = 2.6 # correction factor
|
FACTOR = 2.7 # correction factor
|
||||||
MAX_IN = 255 # top end of INPUT range
|
MAX_IN = 255 # top end of INPUT range
|
||||||
MAX_OUT = 255 # top end of OUTPUT range
|
MAX_OUT = 255 # top end of OUTPUT range
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user