"WLEDPixelForge": new image & scrolling text interface (#4982)

replaces the pixel magic tool with a much more feature-rich tool for handling gif images. Also adds a scrolling text interface and the possibility to add more tools with a single button click like the classic pixel magic tool and the pixel-painter tool.
This commit is contained in:
Damian Schneider
2025-12-13 23:49:53 +01:00
committed by Frank
parent 114bdb416f
commit 0f5c1d5a0f
8 changed files with 4002 additions and 14 deletions

View File

@@ -68,9 +68,8 @@
}
</script>
<style>
@import url("style.css");
body {
text-align: center;
background: #222;
height: 100px;
margin: 0;
}
@@ -78,17 +77,13 @@
--h: 9vh;
}
button {
background: #333;
color: #fff;
font-family: Verdana, Helvetica, sans-serif;
display: block;
border: 1px solid #333;
border-radius: var(--h);
font-size: 6vmin;
/* height: var(--h); WLEDMM remove to allow more compact display*/
width: calc(100% - 40px);
margin: 2vh auto 0;
cursor: pointer;
padding: 0;
}
</style>
</head>