"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

@@ -33,6 +33,7 @@ button, .btn {
min-width: 48px;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
}
button.sml {
padding: 8px;
@@ -41,6 +42,11 @@ button.sml {
min-width: 40px;
margin: 0 0 0 10px;
}
button:hover, .btn:hover{
background:#555;
border-color:#555;
}
#scan {
margin-top: -10px;
}