diff --git a/tools/cdata.js b/tools/cdata.js index ce4f9c63..d01c3e35 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -393,6 +393,12 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()====="; method: "gzip", filter: "html-minify", }, + { + file: "liveviewws2D.htm", + name: "PAGE_liveviewws2D", + method: "gzip", + filter: "html-minify", + }, { file: "404.htm", name: "PAGE_404", diff --git a/wled00/data/index.css b/wled00/data/index.css index 70232f7c..5a9e2402 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -233,6 +233,14 @@ button { border: 0px; } +#liveview2D { + height: 90%; + display: none; + width: 90%; + border: 0px; + margin: 0 auto; +} + .tab { background-color: transparent; color: var(--c-d); diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 83a56d4b..c6eb2e38 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -351,6 +351,10 @@ + +