Skip to content

Commit 4a3b7b5

Browse files
committed
Art-Net ocnfig improvements
1 parent 5fcb3fc commit 4a3b7b5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

wled00/data/settings_leds.htm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@
246246
gId("dig"+n+"W").innerHTML = "<br />You need at least 1 output!";
247247
}
248248
if (outputs > 1 && fps_limit > 33333/leds_per_output) gId("dig"+n+"W").innerHTML += "<br />FPS limit may be too high for WS281x pixels.";
249-
if (outputs*leds_per_output != total_leds) gId("dig"+n+"W").innerHTML += "<br />Total LEDs doesn't match outputs * LEDs per output.";
249+
if (outputs*leds_per_output != total_leds) gId("dig"+n+"W").innerHTML += "<br />Length ("+total_leds+") doesn't match Number of Outputs * LEDs Per Output ("+outputs*leds_per_output+").";
250250
if (last_octet == 255) {
251251
if (total_leds <= 1024) gId("dig"+n+"W").innerHTML += "<br />Art-Net is in broadcast mode.";
252252
if (total_leds > 1024) gId("dig"+n+"W").innerHTML += "<br />You are sending a lot of broadcast data. Be cautious.";
253253
}
254-
gId("dig"+n+"W").innerHTML += "<br />Art-Net starting universe is "+d.e131Universe+".";
254+
gId("dig"+n+"W").innerHTML += "<br />Art-Net starting universe is "+d.e131Universe+". Change this in <a href='/settings/sync'>Sync Interfaces</a>.";
255255
}
256256
if (!(t > 28 && t < 32)) d.getElementsByName("WO"+n)[0].value = 0; // reset swapping
257257
gId("dig"+n+"c").style.display = ((t >= 40 && t < 48)||(t >= 100 && t < 110)) ? "none":"inline"; // hide count for analog and HUB75
@@ -423,6 +423,7 @@
423423
<option value="80">DDP RGB (network)</option>
424424
<!--option value="81">E1.31 RGB (network)</option-->
425425
<option value="82">Art-Net RGB (network)</option>
426+
<option value="83">Art-Net RGBW (network)</option>
426427
<option value="88">DDP RGBW (network)</option>
427428
<option value="101">Hub75Matrix 32x32</option>
428429
<option value="102">Hub75Matrix 64x32</option>

wled00/data/settings_sync.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<div class="helpB"><button type="button" onclick="H()">?</button></div>
8181
<button type="button" onclick="B()">Back</button><button type="submit">Save</button><hr>
8282
</div>
83-
<h2>Sync setup</h2>
83+
<h2>Sync Interfaces</h2>
8484
<h3>WLED Broadcast</h3>
8585
UDP Port: <input name="UP" type="number" min="1" max="65535" class="d5" required><br>
8686
2nd Port: <input name="U2" type="number" min="1" max="65535" class="d5" required><br>
@@ -139,7 +139,7 @@ <h3>Instance List</h3>
139139
<h3>Realtime</h3>
140140
Receive UDP realtime: <input type="checkbox" name="RD"><br>
141141
Use main segment only: <input type="checkbox" name="MO"><br><br>
142-
<i>Network DMX input</i><br>
142+
<i>Network DMX</i><br>
143143
Type:
144144
<select name=DI onchange="SP(); adj();">
145145
<option value=5568>E1.31 (sACN)</option>
@@ -148,7 +148,7 @@ <h3>Realtime</h3>
148148
</select><br>
149149
<div id=xp>Port: <input name="EP" type="number" min="1" max="65535" value="5568" class="d5" required><br></div>
150150
Multicast: <input type="checkbox" name="EM"><br>
151-
Start universe: <input name="EU" type="number" min="0" max="63999" required><br>
151+
Start universe: <input name="EU" type="number" min="0" max="63999" required> (Also used for sending Art-Net)<br>
152152
<i>Reboot required.</i> Check out <a href="https://github.com/LedFx/LedFx" target="_blank">LedFx</a>!<br>
153153
Skip out-of-sequence packets: <input type="checkbox" name="ES"><br>
154154
DMX start address: <input name="DA" type="number" min="1" max="510" required><br>

0 commit comments

Comments
 (0)