Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
This commit is contained in:
@@ -779,6 +779,7 @@ function populateSegments(s)
|
||||
`<option value="4" ${inst.m12==4?' selected':''}>jMap ☾</option>`+
|
||||
`<option value="5" ${inst.m12==5?' selected':''}>Circle ☾</option>`+
|
||||
`<option value="6" ${inst.m12==6?' selected':''}>Block ☾</option>`+
|
||||
`<option value="6" ${inst.m12==7?' selected':''}>PinWheel ☾</option>`+
|
||||
`</select></div>`+
|
||||
`</div>`;
|
||||
let sndSim = `<div data-snd="si" class="lbl-s hide">Sound sim<br>`+
|
||||
|
||||
@@ -174,10 +174,11 @@ 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="DMR" type="number" min="-1" max="99"><br/>
|
||||
DMX TX: <input name="DMT" type="number" min="-1" max="99"><br/>
|
||||
DMX Enable: <input name="DME" 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/>
|
||||
<div style="display: none">DMX Port: <input name="IDMP" type="number" min="1" max="2"><br/></div>
|
||||
</div>
|
||||
<div id="dmxInputOff"> <!--WLEDMM-->
|
||||
<br><em style="color:darkorange">This firmware build does not include DMX Input support. <br></em>
|
||||
|
||||
Reference in New Issue
Block a user