diff --git a/index.html b/index.html
index 60b0dee..ef43c5b 100644
--- a/index.html
+++ b/index.html
@@ -3,161 +3,341 @@
Original utility by:
https://jaspervanloenen.com
- This is a modified version by:
- https://wiredolphine.net
+ This is the 2nd revision of the modified version by:
+ https://wiredolphin.net
-->
- * pixels
-
-
-
- 0 - 255; pixels with brightness above become white, below become black.
-
-
-
-
-
- Centering the image only works when using a canvas larger than the selected image.
-
-
-
-
-
-
+
+
+
+
+
+
+
Only images file type are allowed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
0 - 255; pixels with brightness above become white, below become black.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NOTE: Centering the image only works when using a canvas larger than the selected image.
+
+
+
+
3. Preview
-
-
-
-
-
-
+
+
+
+
+
4. Output
-
- Adds some extra Arduino code around the output for easy copy-paste into this example.
-
-
-
-
-
-
-
-
- If your image looks all messed up on your display, like the image below, try the other mode.
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Adds some extra Arduino code around the output for easy copy-paste into
+ this example.
+ If multiple images are loaded, generates a byte array for each and appends a counter to the identifier.
+
+
+ Adds some extra Arduino code around the output for easy copy-paste.
+ If multiple images are loaded, generates a single byte array.
+
+
+ Creates a GFXbitmapFont formatted ouput. Used by a modified version of the Adafruit GFX library.
+ GitHub project and example here.
+
+ First ASCII character value is used only if a glyph identifier of length equal to 1 is not provided for each image. The value itself will be incremented by 1 for each glyph.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ If your image looks all messed up on your display, like the image below, try the other mode.
+