added image generator

This commit is contained in:
Lurkars 2020-12-30 01:17:20 +01:00
parent dfedd59517
commit 6c13596110

View File

@ -6,7 +6,7 @@
<body> <body>
<h1>Image for led_bikewheel</h1> <h1>Image for led_bikewheel</h1>
<p>Tool to convert an image to a byte array in C. This works directly in browser, so selected <p>Tool to convert an image to a byte array in C with 8 bit color depth + palette. This works directly in browser, so selected
image file is NOT uploaded!</p> image file is NOT uploaded!</p>
<input type="file" id="file" accept="image/*" /><br> <input type="file" id="file" accept="image/*" /><br>
<label for="num_segments">Num Segments</label> <label for="num_segments">Num Segments</label>