diff --git a/README.md b/README.md index 64e79e4..bca110b 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,5 @@ You can find a simple Arduino example sketch [over here](https://github.com/javl I wrote the code with my 128x64 pixel monochrome OLED display in mind, but it should work with most similar displays. You might need to change some export settings; those are explained in the tool. ### Credit ### -Initial code by [javl](https://github.com/javl), with aditional code by [wiredolphin](https://github.com/wiredolphin), [davidalim](https://github.com/davidalim) and [whoisnian](https://github.com/whoisnian). The example sketch was made by [Adafruit](https://github.com/adafruit). +Initial code by [javl](https://github.com/javl), with aditional code by (in alphabetical order) [davidalim](https://github.com/davidalim), [jochenderwae](https://github.com/jochenderwae), [whoisnian](https://github.com/whoisnian) and [wiredolphin](https://github.com/wiredolphin). +The example sketch is based on code by [Adafruit](https://github.com/adafruit). diff --git a/index.html b/index.html index 257f9fd..ec1cc48 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@
-
+
    Only images file type are allowed
    @@ -235,6 +235,8 @@ + +
    @@ -244,10 +246,11 @@
    -
    +
    -
    0 - 255; pixels with brightness above become white, below become black.
    +
    + 0 - 255; if the brightness of a pixel is above the given level the pixel becomes white, otherwise they become black. When using alpha, opaque and transparent are used instead.
    @@ -273,7 +276,7 @@
    - NOTE: Centering the image only works when using a canvas larger than the selected image. + Note: centering the image only works when using a canvas larger than the original image.
    @@ -342,19 +345,23 @@
    - - - - +
    -
    - If your image looks all messed up on your display, like the image below, try the other mode. +
    +
    + If your image looks all messed up on your display, like the image below, try using a different mode. +
    +
    -
    @@ -365,6 +372,157 @@