diff --git a/index.html b/index.html index 1a637a5..8e99d05 100644 --- a/index.html +++ b/index.html @@ -303,7 +303,7 @@
-
+
@@ -325,6 +325,13 @@
+
+
+
+ Centering the image only works when using a canvas larger than the original image. +
+
+
@@ -334,7 +341,7 @@
-
+
@@ -342,16 +349,21 @@
- +
-
+
- + swap
-
-
-
- Note: centering the image only works when using a canvas larger than the original image. +
+ +
+
+
+ Useful when working with the u8g2 library. +
+
+ @@ -1403,8 +1415,8 @@ b = (b & 0xCC) >> 2 | (b & 0x33) << 2; b = (b & 0xAA) >> 1 | (b & 0x55) << 1; } - return b; - } + return b; + } // -- document.getElementById("outputFormat").value = "arduino";