diff --git a/assets/webconfig/i18n/en.json b/assets/webconfig/i18n/en.json index f5dd5638..6dffcd67 100644 --- a/assets/webconfig/i18n/en.json +++ b/assets/webconfig/i18n/en.json @@ -301,7 +301,7 @@ "wiz_cc_lettvshow" : "Let your TV show the following picture: $1", "wiz_cc_lettvshowm" : "Check this with the following pictures: $1", "wiz_cc_adjustit" : "Adjust your \"$1\", until your are fine with it. Take notice: The more you adjust away from the default value the color spectrum will be limited (Also for all colors in between). Depending on TV/LED color spectrum the results will vary.", - "wiz_cc_adjustgamma" : "Gamma: Was du jetzt tun musst ist, jeden Gamma-Kanal so einstellen, dass der \"Grauverlauf\" auf den LEDs nicht grünlich/rötlich/bläulich aussieht. Beispiel: Sollte dein grau etwas rötlich sein bedeutet dies, dass du dein Gamma für Rot erhöhen musst um den Rot-Anteil zu verringern (Je mehr Gamma, desto weniger Farbe).", + "wiz_cc_adjustgamma" : "Gamma: What you have to do is, adjust gamma levels of each channel until you have the same perceived amount of each channel. For example, if your Grey is a bit reddish it means that you have to increase red gamma to reduce the amount of red (the more gamma, the less amount of color).", "wiz_cc_chooseid" : "Define a name for this profile.", "wiz_cc_btn_switchpic" : "Switch picture", "wiz_cc_backlight" : "Additional you could define a backlight to sort out \"bad colors\" on nearly dark areas or if you don't like the switch between color and off during watching. Additional you could define if there should be some color in it or just white. This is disabled during the state \"Off\" ,\"Color\" and \"Effect\".", diff --git a/assets/webconfig/js/settings.js b/assets/webconfig/js/settings.js index 91126d09..36c9e6fe 100644 --- a/assets/webconfig/js/settings.js +++ b/assets/webconfig/js/settings.js @@ -1,6 +1,6 @@ var storedAccess; var storedLang; -var availLang = ['en','de']; +var availLang = ['en','de','es']; var availAccess = ['default','advanced','expert']; //$.i18n.debug = true; diff --git a/config/hyperion.config.json.commented b/config/hyperion.config.json.commented index e5955845..dd2d64b9 100644 --- a/config/hyperion.config.json.commented +++ b/config/hyperion.config.json.commented @@ -69,9 +69,9 @@ "cyan" : [0,255,255], "magenta" : [255,0,255], "yellow" : [255,255,0], - "gammaRed" : 1.0, - "gammaGreen" : 1.0, - "gammaBlue" : 1.0, + "gammaRed" : 1.5, + "gammaGreen" : 1.5, + "gammaBlue" : 1.5, "backlightThreshold" : 0.0, "backlightColored" : false, "brightness" : 0.5 diff --git a/config/hyperion.config.json.default b/config/hyperion.config.json.default index 6989f516..f4b8dd6e 100644 --- a/config/hyperion.config.json.default +++ b/config/hyperion.config.json.default @@ -35,9 +35,9 @@ "cyan" : [0,255,255], "magenta" : [255,0,255], "yellow" : [255,255,0], - "gammaRed" : 1.0, - "gammaGreen" : 1.0, - "gammaBlue" : 1.0, + "gammaRed" : 1.5, + "gammaGreen" : 1.5, + "gammaBlue" : 1.5, "backlightThreshold" : 0.0, "backlightColored" : false, "brightness" : 0.75 diff --git a/libsrc/hyperion/schemas/hyperion.schema-2.json b/libsrc/hyperion/schemas/hyperion.schema-2.json index 3dd01d40..c2cbe87f 100644 --- a/libsrc/hyperion/schemas/hyperion.schema-2.json +++ b/libsrc/hyperion/schemas/hyperion.schema-2.json @@ -308,7 +308,7 @@ "required" : true, "minimum" : 0.0, "maximum": 100.0, - "default" : 1.0, + "default" : 1.5, "step" : 0.1, "propertyOrder" : 14 }, @@ -319,7 +319,7 @@ "required" : true, "minimum" : 0.0, "maximum": 100.0, - "default" : 1.0, + "default" : 1.5, "step" : 0.1, "propertyOrder" : 15 }, @@ -330,7 +330,7 @@ "required" : true, "minimum" : 0.0, "maximum": 100.0, - "default" : 1.0, + "default" : 1.5, "step" : 0.1, "propertyOrder" : 16 }