mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +00:00
Redone in Patch-1
This commit is contained in:
parent
567daf9946
commit
9307105b3f
@ -273,7 +273,7 @@ function getPixelRGBValues(base64Image) {
|
|||||||
|
|
||||||
//Aggregated Strings That should be returned to the user
|
//Aggregated Strings That should be returned to the user
|
||||||
if (i > 0){
|
if (i > 0){
|
||||||
JSONledString = JSONledString + '\n';
|
JSONledString = JSONledString + '\n<NEXT COMMAND (multiple commands not supported in API/preset setup)>\n';
|
||||||
curlString = curlString + ' && ';
|
curlString = curlString + ' && ';
|
||||||
}
|
}
|
||||||
JSONledString += thisJSONledString;
|
JSONledString += thisJSONledString;
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="adaptiveTD">
|
<td class="adaptiveTD">
|
||||||
<select id="colorFormatSelector" class="mainSelector">
|
<select id="colorFormatSelector" class="mainSelector">
|
||||||
<option value="hex" selected>HEX (#f4f4f4)</option>
|
<option value="hex" selected>HEX ("f4f4f4")</option>
|
||||||
<option value="dec">DEC (244,244,244)</option>
|
<option value="dec">DEC (244,244,244)</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
@ -71,9 +71,9 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="adaptiveTD">
|
<td class="adaptiveTD">
|
||||||
<select id="addressingSelector" class="mainSelector">
|
<select id="addressingSelector" class="mainSelector">
|
||||||
<option value="hybrid" selected>Hybrid (#f0f0f0,10, 17, #f4f4f4)</option>
|
<option value="hybrid" selected>Hybrid ("f0f0f0",10, 17, "f4f4f4")</option>
|
||||||
<option value="range">Range (10, 17, #f4f4f4)</option>
|
<option value="range">Range (10, 17, "f4f4f4")</option>
|
||||||
<option value="single">Single (#f4f4f4)</option>
|
<option value="single">Single ("f4f4f4")</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -196,7 +196,7 @@
|
|||||||
<button id="sendJSONledbutton" class="buttonclass"></button>
|
<button id="sendJSONledbutton" class="buttonclass"></button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3><div id="version">Version 1.0.7</div> - <a href="https://github.com/werkstrom/WLED-PixelArtConverter/blob/main/README.md" target="_blank">Help/About</a></h3>
|
<h3><div id="version">Version 1.0.8</div> - <a href="https://github.com/werkstrom/WLED-PixelArtConverter/blob/main/README.md" target="_blank">Help/About</a></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id=bottom-part style="display: none" class=bottom-part></div>
|
<div id=bottom-part style="display: none" class=bottom-part></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user