diff --git a/css/style.css b/css/style.css index 380098e..5784869 100644 --- a/css/style.css +++ b/css/style.css @@ -364,7 +364,7 @@ code { } .table-cell:first-child { - width: 30%; + width: 20%; padding-right: var(--space-4); } @@ -417,7 +417,7 @@ code { } .settings-grid .table-cell:first-child { - width: 34%; + width: 250px; flex-shrink: 0; } @@ -439,11 +439,11 @@ code { /* width: 200px; */ } -#format-caption-container { +/* #format-caption-container { */ /* Reserve space for the longest caption so switching output format doesn't shift the fields/buttons below it. */ - min-height: 100px; -} + /* min-height: 100px; */ +/* } */ #extra-settings-container { /* Reserve space for the tallest combination (Adafruit GFX shows both its diff --git a/index.html b/index.html index 9d62e13..d0721c4 100644 --- a/index.html +++ b/index.html @@ -227,7 +227,7 @@
If your image looks all messed up on your display, like the image below, try using a different mode. -
@@ -246,20 +246,19 @@
- Outputs just the raw bytes of the image(s). + Outputs just the raw bytes of the image(s).
- 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. + 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. + Adds some extra Arduino code around the output. + 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. + 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.
@@ -290,7 +289,7 @@
- Include a full example displaying first image. + Include a full example displaying the first image.