Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 447458a

Browse files
committed
Changed default gamma of all colors to 2.0.
Updated release with newly included device.
1 parent 77892a5 commit 447458a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/hyperion.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@
5656
"red" :
5757
{
5858
"threshold" : 0.0000,
59-
"gamma" : 1.0000,
59+
"gamma" : 2.0000,
6060
"blacklevel" : 0.0000,
6161
"whitelevel" : 1.0000
6262
},
6363
"green" :
6464
{
6565
"threshold" : 0.0000,
66-
"gamma" : 1.0000,
66+
"gamma" : 2.0000,
6767
"blacklevel" : 0.0000,
6868
"whitelevel" : 1.0000
6969
},
7070
"blue" :
7171
{
7272
"threshold" : 0.0000,
73-
"gamma" : 1.0000,
73+
"gamma" : 2.0000,
7474
"blacklevel" : 0.0000,
7575
"whitelevel" : 1.0000
7676
}

deploy/hyperion.tar.gz

1.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)