Skip to content

Commit 069c9bf

Browse files
author
committed
Deployed eb6b497 with MkDocs version: 1.6.1
1 parent 2766600 commit 069c9bf

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

advanced/mapping/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,13 +5275,13 @@ <h1>Mapping</h1>
52755275
<h3 id="what-is-it">What is it?</h3>
52765276
<p>This allows us to treat the WLED strip as if it is wired in any way - we can then use the mapping feature to address the strip in any order. This allows for matrix support, serpentine runs and such.</p>
52775277
<h3 id="how-do-we-do-it">How do we do it?</h3>
5278-
<p>Navigate to the edit page for your WLED device by adding <code>/edit</code> to its' address - for example, https://my-led-device.local/edit
5278+
<p>Navigate to the edit page for your WLED device by adding <code>/edit</code> to its address - for example, https://my-led-device.local/edit
52795279
Use this edit page to create a file called <code>ledmap.json</code>.</p>
52805280
<p><code>ledmap.json</code> file needs to be a JSON formatted file with the the key being "map" and the value being an array of numbers representing the new order of pixels. The <em>position</em> of values in the array is the "natural" order of LEDs and the value entered is the new position.</p>
52815281
<p>The ArduinoJSON library is <strong><em>*</em>extremely</strong>*** white-space sensitive.
52825282
If your <code>ledmap.json</code> file is not working, check for white-spaces where they should not be. The LED positions are zero-indexed.</p>
52835283
<p>Multiple maps are supported in the latest versions by using <code>ledmapx.json</code> where x is a number. Maps can be selected in a preset using <code>{"ledmap":x,...</code>.</p>
5284-
<p>Use -1 in the map for gaps/blank/nul LEDs.</p>
5284+
<p>Use -1 in the map for gaps/blank/null LEDs.</p>
52855285
<h3 id="examples">Examples</h3>
52865286
<p>In the below example (formatted multiple ways), we remap a strip of four LEDs from a physical order of 0 1 2 3 into a new order of 0 2 1 3.</p>
52875287
<div class="highlight"><pre><span></span><code>{&quot;map&quot;:[0,2,1,3]}

features/palettes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5115,7 +5115,7 @@ <h1>Palettes</h1>
51155115

51165116
<div class="admonition info">
51175117
<p class="admonition-title">Version Info</p>
5118-
<p>Beginning in 0.14 up to 10 <a href="#custom-palettes">Custom Palletes</a> can be uploaded.</p>
5118+
<p>Beginning in 0.14 up to 10 <a href="#custom-palettes">Custom Palettes</a> can be uploaded.</p>
51195119
</div>
51205120
<table>
51215121
<thead>

features/settings/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5534,7 +5534,7 @@ <h4 id="led-outputs">LED outputs</h4>
55345534
</tr>
55355535
<tr>
55365536
<td>Color order</td>
5537-
<td>muliple options</td>
5537+
<td>multiple options</td>
55385538
<td>"GRB"</td>
55395539
<td>Select which order your LEDs process color information (e.g. if your LEDs display red and green swapped, try changing it) [<em>only appears if "Type" is set to a type that supports color order</em>]</td>
55405540
</tr>
@@ -5656,7 +5656,7 @@ <h4 id="led-outputs">LED outputs</h4>
56565656
</tr>
56575657
<tr>
56585658
<td>Color order</td>
5659-
<td>muliple options</td>
5659+
<td>multiple options</td>
56605660
<td>"GRB"</td>
56615661
<td>Same as "Color order" above</td>
56625662
</tr>
@@ -5696,7 +5696,7 @@ <h3 id="other-settings">Other settings</h3>
56965696
<tr>
56975697
<td>Brightness factor</td>
56985698
<td>1..255</td>
5699-
<td>Factor to change master brightness if it is to dim/bright for a certain configuration</td>
5699+
<td>Factor to change master brightness if it is too dim/bright for a certain configuration</td>
57005700
</tr>
57015701
<tr>
57025702
<td>Crossfade</td>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)