Skip to content

Commit

Permalink
Redone in Patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
werkstrom committed Apr 2, 2023
1 parent 567daf9 commit 9307105
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wled00/data/pixart/getPixelValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function getPixelRGBValues(base64Image) {

//Aggregated Strings That should be returned to the user
if (i > 0){
JSONledString = JSONledString + '\n';
JSONledString = JSONledString + '\n<NEXT COMMAND (multiple commands not supported in API/preset setup)>\n';
curlString = curlString + ' && ';
}
JSONledString += thisJSONledString;
Expand Down
10 changes: 5 additions & 5 deletions wled00/data/pixart/pixart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Convert image to WLED JSON (pixel art on WLED matrix)</h2>
</td>
<td class="adaptiveTD">
<select id="colorFormatSelector" class="mainSelector">
<option value="hex" selected>HEX (#f4f4f4)</option>
<option value="hex" selected>HEX (&quot;f4f4f4&quot;)</option>
<option value="dec">DEC (244,244,244)</option>
</select>
</td>
Expand All @@ -71,9 +71,9 @@ <h2>Convert image to WLED JSON (pixel art on WLED matrix)</h2>
</td>
<td class="adaptiveTD">
<select id="addressingSelector" class="mainSelector">
<option value="hybrid" selected>Hybrid (#f0f0f0,10, 17, #f4f4f4)</option>
<option value="range">Range (10, 17, #f4f4f4)</option>
<option value="single">Single (#f4f4f4)</option>
<option value="hybrid" selected>Hybrid (&quot;f0f0f0&quot;,10, 17, &quot;f4f4f4&quot;)</option>
<option value="range">Range (10, 17, &quot;f4f4f4&quot;)</option>
<option value="single">Single (&quot;f4f4f4&quot;)</option>
</select>
</td>
</tr>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>Convert image to WLED JSON (pixel art on WLED matrix)</h2>
<button id="sendJSONledbutton" class="buttonclass"></button>
</div>
<div>
<h3><div id="version">Version 1.0.7</div>&nbsp;-&nbsp; <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>&nbsp;-&nbsp; <a href="https://github.com/werkstrom/WLED-PixelArtConverter/blob/main/README.md" target="_blank">Help/About</a></h3>
</div>
</div>
<div id=bottom-part style="display: none" class=bottom-part></div>
Expand Down

0 comments on commit 9307105

Please sign in to comment.