From affcca8034751efa4fb508fed2d3d658cb68b811 Mon Sep 17 00:00:00 2001 From: ewowi Date: Thu, 28 Jul 2022 16:13:31 +0200 Subject: [PATCH] Improve liveview2D: add width and height > 256 leds --- wled00/data/index.css | 6 +- wled00/data/index.htm | 4 +- wled00/data/index.js | 55 +- wled00/data/liveviewws2D.htm | 32 +- wled00/html_other.h | 118 +- wled00/html_ui.h | 3612 +++++++++++++++++----------------- wled00/ws.cpp | 6 +- 7 files changed, 1916 insertions(+), 1917 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index bb39df5ae..f23de7f79 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -234,11 +234,11 @@ button { } #liveview2D { - height: 320px; + height: 90%; display: none; - width: 100%; + width: 90%; border: 0px; - margin: auto; + margin: 0 auto; } .tab { diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 1231a8f1c..8b7aacc2c 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -64,7 +64,7 @@ - + @@ -330,7 +330,7 @@