Adds toggle for using ESP32 formatting instead

This commit is contained in:
javl
2026-08-15 10:55:04 +02:00
parent c42d39cb68
commit 8fd8855834
7 changed files with 148 additions and 8 deletions
+7
View File
@@ -290,6 +290,13 @@
<input id="identifier" class="text-input" type="text" name="identifier" value="epd_bitmap"/>
</div>
</div>
<div class="table-row">
<div class="table-cell"><label for="esp32Format">ESP32 formatting:</label></div>
<div class="table-cell">
<input id="esp32Format" type="checkbox" onchange="updateBoolean('esp32Format')" />
<i class="note">Uses <code>uint8_t</code> instead of <code>unsigned char</code> and drops <code>PROGMEM</code>, which is a no-op on ESP32.</i>
</div>
</div>
</div>
</div>
</div>