From 1c2cacf185f68f712a7f20235548abd8e7c3786d Mon Sep 17 00:00:00 2001 From: Damian Schneider Date: Sat, 27 Dec 2025 19:27:35 +0100 Subject: [PATCH] adding link to WLED VidoLab --- wled00/data/pixelforge/pixelforge.htm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/wled00/data/pixelforge/pixelforge.htm b/wled00/data/pixelforge/pixelforge.htm index 122b25a1..86a14497 100644 --- a/wled00/data/pixelforge/pixelforge.htm +++ b/wled00/data/pixelforge/pixelforge.htm @@ -397,11 +397,19 @@ button, .btn {
+
+
+

Video Lab

+
Stream video and generate animated GIFs (beta)
+ +
+
+

PIXEL MAGIC Tool

Legacy pixel art editor
- +

@@ -439,7 +447,8 @@ let fL; // file list await segLoad(); // load available segments await flU(); // update file list toolChk('pixelpaint.htm','t1'); // update buttons of additional tools - toolChk('pxmagic.htm','t2'); + toolChk('videolab.htm','t2'); + toolChk('pxmagic.htm','t3'); await fsMem(); // show file system memory info })();