@@ -805,12 +805,13 @@ <h2>LED & Hardware setup</h2>
805
805
< div id ="abl ">
806
806
< i > Automatically limits brightness to stay close to the limit.< br >
807
807
Keep at <1A if poweing LEDs directly from the ESP 5V pin!< br >
808
+ If using multiple outputs it is recommended to use per-output limiter.< br >
808
809
Analog (PWM) and virtual LEDs cannot use automatic brightness limiter.< br > </ i >
809
810
< div id ="psuMA "> Maximum PSU Current: < input name ="MA " type ="number " class ="xl " min ="250 " max ="65000 " oninput ="UI() " required > mA< br > </ div >
810
811
Use per-output limiter: < input type ="checkbox " name ="PPL " onchange ="UI() "> < br >
811
812
< div id ="ppldis " style ="display:none; ">
812
- < i > Make sure you enter correct values in each LED output.< br >
813
- If using multiple outputs with only one PSU, distribute its power proportionally amongst ouputs .</ i > < br >
813
+ < i > Make sure you enter correct value for each LED output.< br >
814
+ If using multiple outputs with only one PSU, distribute its power proportionally amongst outputs .</ i > < br >
814
815
</ div >
815
816
< div id ="ampwarning " class ="warn " style ="display: none; ">
816
817
⚠ Your power supply provides high current.< br >
@@ -824,7 +825,7 @@ <h3>Hardware setup</h3>
824
825
< hr class ="sml ">
825
826
< button type ="button " id ="+ " onclick ="addLEDs(1,false) "> +</ button >
826
827
< button type ="button " id ="- " onclick ="addLEDs(-1,false) "> -</ button > < br >
827
- LED Memory Usage : < span id ="m0 "> 0</ span > / < span id ="m1 "> ?</ span > B< br >
828
+ LED memory usage : < span id ="m0 "> 0</ span > / < span id ="m1 "> ?</ span > B< br >
828
829
< div id ="dbar " style ="display:inline-block; width: 100px; height: 10px; border-radius: 20px; "> </ div > < br >
829
830
< div id ="ledwarning " class ="warn " style ="display: none; ">
830
831
⚠ You might run into stability or lag issues.< br >
@@ -868,8 +869,7 @@ <h3>Hardware setup</h3>
868
869
< h3 > Defaults</ h3 >
869
870
Turn LEDs on after power up/reset: < input type ="checkbox " name ="BO "> < br >
870
871
Default brightness: < input name ="CA " type ="number " class ="m " min ="1 " max ="255 " required > (1-255)< br > < br >
871
- Apply preset < input name ="BP " type ="number " class ="m " min ="0 " max ="250 " required > at boot (0 uses defaults)
872
- < br > < br >
872
+ Apply preset < input name ="BP " type ="number " class ="m " min ="0 " max ="250 " required > at boot (0 uses values from above)< br > < br >
873
873
Use Gamma correction for color: < input type ="checkbox " name ="GC "> (strongly recommended)< br >
874
874
Use Gamma correction for brightness: < input type ="checkbox " name ="GB "> (not recommended)< br >
875
875
Use Gamma value: < input name ="GV " type ="number " class ="m " placeholder ="2.8 " min ="1 " max ="3 " step ="0.1 " required > < br > < br >
@@ -878,14 +878,14 @@ <h3>Transitions</h3>
878
878
Enable transitions: < input type ="checkbox " name ="TF " onchange ="gId('tran').style.display=this.checked?'inline':'none'; "> < br >
879
879
< span id ="tran ">
880
880
Effect blending: < input type ="checkbox " name ="EB "> < br >
881
- Transition Time : < input name ="TD " type ="number " class ="xl " min ="0 " max ="65500 "> ms< br >
881
+ Default transition time : < input name ="TD " type ="number " class ="xl " min ="0 " max ="65500 "> ms< br >
882
882
Palette transitions: < input type ="checkbox " name ="PF "> < br >
883
883
</ span >
884
884
< i > Random Cycle</ i > Palette Time: < input name ="TP " type ="number " class ="m " min ="1 " max ="255 "> s< br >
885
885
Use harmonic < i > Random Cycle</ i > Palette: < input type ="checkbox " name ="TH "> < br >
886
886
< h3 > Timed light</ h3 >
887
- Default Duration : < input name ="TL " type ="number " class ="m " min ="1 " max ="255 " required > min< br >
888
- Default Target brightness: < input name ="TB " type ="number " class ="m " min ="0 " max ="255 " required > < br >
887
+ Default duration : < input name ="TL " type ="number " class ="m " min ="1 " max ="255 " required > min< br >
888
+ Default target brightness: < input name ="TB " type ="number " class ="m " min ="0 " max ="255 " required > < br >
889
889
Mode:
890
890
< select name ="TW ">
891
891
< option value ="0 "> Wait and set</ option >
@@ -911,7 +911,7 @@ <h3>White management</h3>
911
911
CCT additive blending: < input type ="number " class ="s " min ="0 " max ="100 " name ="CB " required > %
912
912
</ div >
913
913
< h3 > Advanced</ h3 >
914
- Palette blending :
914
+ Palette wrapping :
915
915
< select name ="PB ">
916
916
< option value ="0 "> Linear (wrap if moving)</ option >
917
917
< option value ="1 "> Linear (always wrap)</ option >
0 commit comments