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 116f0a1a..3cc4e7b8 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -233,6 +233,14 @@ button { border: 0px; } +#liveview2D { + height: 320px; + display: none; + width: 100%; + border: 0px; + margin: auto; +} + .tab { background-color: transparent; color: var(--c-d); diff --git a/wled00/data/index.htm b/wled00/data/index.htm index b9b8d94c..1231a8f1 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -329,6 +329,10 @@ + +