CCT bus manager logic simplification

CCT from RGB if none set (-1)
This commit is contained in:
cschwinne
2021-11-24 11:02:25 +01:00
parent b3324d22f5
commit ea0f37f5b9
13 changed files with 897 additions and 880 deletions

View File

@@ -510,7 +510,9 @@ ${i+1}:
<hr style="width:260px">
Make a segment for each output: <input type="checkbox" name="MS"> <br>
Custom bus start indices: <input type="checkbox" onchange="tglSi(this.checked)" id="si"> <br>
Allow WB correction: <input type="checkbox" name="CCT"> <br>
White Balance correction: <input type="checkbox" name="CCT"> <br>
Calculate CCT from RGB: TODO<br>
CCT blending mode: TODO<br>
<hr style="width:260px">
<div id="btns"></div>
Touch threshold: <input type="number" class="s" min="0" max="100" name="TT" required><br>