Skip to content

Commit eb55b4f

Browse files
DedeHaisofthack007
authored andcommitted
adding link to WLED VidoLab
1 parent 941415b commit eb55b4f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

wled00/data/pixelforge/pixelforge.htm

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,19 @@ <h3>Pixel Paint</h3>
400400
</div>
401401
</div>
402402
<hr>
403+
<div class="ed active">
404+
<div>
405+
<h3>Video Lab</h3>
406+
<div><small>Stream video and generate animated GIFs (beta)</small></div>
407+
<button class="btn" id="t2" style="display:none"></button>
408+
</div>
409+
</div>
410+
<hr>
403411
<div class="ed active">
404412
<div>
405413
<h3>PIXEL MAGIC Tool</h3>
406414
<div><small>Legacy pixel art editor</small></div>
407-
<button class="btn" id="t2" style="display:none"></button>
415+
<button class="btn" id="t3" style="display:none"></button>
408416
</div>
409417
</div>
410418
<hr>
@@ -442,7 +450,8 @@ <h3>PIXEL MAGIC Tool</h3>
442450
await segLoad(); // load available segments
443451
await flU(); // update file list
444452
toolChk('pixelpaint.htm','t1'); // update buttons of additional tools
445-
toolChk('pxmagic.htm','t2');
453+
toolChk('videolab.htm','t2');
454+
toolChk('pxmagic.htm','t3');
446455
await fsMem(); // show file system memory info
447456
})();
448457

0 commit comments

Comments
 (0)