This commit is contained in:
j3d1 2022-09-22 21:48:36 +02:00
parent d666a18cec
commit f073608c10
2 changed files with 12 additions and 3 deletions

View file

@ -279,7 +279,14 @@
<input type="range" min="0" max="4095" value="0" onchange="lightSlider(this.value)"
class="slider postfill_white_brightness">
</label>
<label>
<span>toggle signal led</span>
<input type="color" onchange="colorTop(this.value)">
</label>
<label>
<span>toggle signal led</span>
<input type="color" onchange="colorBottom(this.value)">
</label>
</footer>
</article>
</div>