Tweak DMX settings UI

This commit is contained in:
Will Tatam 2024-01-16 20:13:52 +00:00 committed by Will Tatam
parent 3996f02dea
commit ebfc438bd4
2 changed files with 5 additions and 5 deletions

View File

@ -152,10 +152,10 @@ Force max brightness: <input type="checkbox" name="FB"><br>
Disable realtime gamma correction: <input type="checkbox" name="RG"><br>
Realtime LED offset: <input name="WO" type="number" min="-255" max="255" required>
<div id="dmxInput"> <!--WLEDMM-->
<em>DMX Input Pins</em><br/>
DMX RX: <input name="IDMR" type="number" min="-1" max="99"><br/>
DMX TX: <input name="IDMT" type="number" min="-1" max="99"><br/>
DMX Enable: <input name="IDME" type="number" min="-1" max="99"><br/>
<h4>Wired DMX Input Pins</h4>
DMX RX: <input name="IDMR" type="number" min="-1" max="99">RO<br/>
DMX TX: <input name="IDMT" type="number" min="-1" max="99">DI<br/>
DMX Enable: <input name="IDME" type="number" min="-1" max="99">RE+DE<br/>
DMX Port: <input name="IDMP" type="number" min="1" max="2"><br/>
</div>
<div id="dmxInputOff"> <!--WLEDMM-->

View File

@ -7,7 +7,7 @@
/*
* Support for DMX/RDM input via serial (e.g. max485) on ESP32
* ESP32 Library from:
* https://github.com/sparkfun/SparkFunDMX
* https://github.com/someweisguy/esp_dmx
*/
class DMXInput
{