Skip to content

Commit fd00e5e

Browse files
committed
LED settings text update
1 parent 20444ee commit fd00e5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

wled00/data/settings_leds.htm

+9-9
Original file line numberDiff line numberDiff line change
@@ -805,12 +805,13 @@ <h2>LED &amp; Hardware setup</h2>
805805
<div id="abl">
806806
<i>Automatically limits brightness to stay close to the limit.<br>
807807
Keep at &lt;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>
808809
Analog (PWM) and virtual LEDs cannot use automatic brightness limiter.<br></i>
809810
<div id="psuMA">Maximum PSU Current: <input name="MA" type="number" class="xl" min="250" max="65000" oninput="UI()" required> mA<br></div>
810811
Use per-output limiter: <input type="checkbox" name="PPL" onchange="UI()"><br>
811812
<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>
814815
</div>
815816
<div id="ampwarning" class="warn" style="display: none;">
816817
&#9888; Your power supply provides high current.<br>
@@ -824,7 +825,7 @@ <h3>Hardware setup</h3>
824825
<hr class="sml">
825826
<button type="button" id="+" onclick="addLEDs(1,false)">+</button>
826827
<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>
828829
<div id="dbar" style="display:inline-block; width: 100px; height: 10px; border-radius: 20px;"></div><br>
829830
<div id="ledwarning" class="warn" style="display: none;">
830831
&#9888; You might run into stability or lag issues.<br>
@@ -868,8 +869,7 @@ <h3>Hardware setup</h3>
868869
<h3>Defaults</h3>
869870
Turn LEDs on after power up/reset: <input type="checkbox" name="BO"><br>
870871
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>
873873
Use Gamma correction for color: <input type="checkbox" name="GC"> (strongly recommended)<br>
874874
Use Gamma correction for brightness: <input type="checkbox" name="GB"> (not recommended)<br>
875875
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>
878878
Enable transitions: <input type="checkbox" name="TF" onchange="gId('tran').style.display=this.checked?'inline':'none';"><br>
879879
<span id="tran">
880880
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>
882882
Palette transitions: <input type="checkbox" name="PF"><br>
883883
</span>
884884
<i>Random Cycle</i> Palette Time: <input name="TP" type="number" class="m" min="1" max="255"> s<br>
885885
Use harmonic <i>Random Cycle</i> Palette: <input type="checkbox" name="TH"><br>
886886
<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>
889889
Mode:
890890
<select name="TW">
891891
<option value="0">Wait and set</option>
@@ -911,7 +911,7 @@ <h3>White management</h3>
911911
CCT additive blending: <input type="number" class="s" min="0" max="100" name="CB" required> %
912912
</div>
913913
<h3>Advanced</h3>
914-
Palette blending:
914+
Palette wrapping:
915915
<select name="PB">
916916
<option value="0">Linear (wrap if moving)</option>
917917
<option value="1">Linear (always wrap)</option>

0 commit comments

Comments
 (0)