mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Tweak DMX settings UI
This commit is contained in:
parent
3996f02dea
commit
ebfc438bd4
@ -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-->
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user