hdmi_
This commit is contained in:
parent
52bec25ef6
commit
41a9a59cd6
|
|
@ -393,13 +393,13 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script>
|
<script>
|
||||||
const controls = ["brightness", "contrast", "saturation", "hue"];
|
const controls = ["hdmi_brightness", "hdmi_contrast", "hdmi_saturation", "hdmi_hue"];
|
||||||
|
|
||||||
function update() {
|
function update() {
|
||||||
const b = brightness.value;
|
const b = hdmi_brightness.value;
|
||||||
const c = contrast.value;
|
const c = hdmi_contrast.value;
|
||||||
const s = saturation.value;
|
const s = hdmi_saturation.value;
|
||||||
const h = hue.value;
|
const h = hdmi_hue.value;
|
||||||
|
|
||||||
brightnessVal.textContent = b;
|
brightnessVal.textContent = b;
|
||||||
contrastVal.textContent = c;
|
contrastVal.textContent = c;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue