From 8ebb625883e2feba08b457632298e8b47382ae80 Mon Sep 17 00:00:00 2001 From: javl Date: Mon, 24 Oct 2016 23:21:04 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7882947..d1634ce 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ You can find a simple Arduino example sketch [over here](https://github.com/javl ### Screen types ### 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 [wiredolphine](https://github.com/wiredolphin). From f0801787b094afd8dbe5c24981fce50afb2ce42f Mon Sep 17 00:00:00 2001 From: javl Date: Mon, 24 Oct 2016 23:26:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1634ce..5471ad5 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ 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 [wiredolphine](https://github.com/wiredolphin). +Initial code by [javl](https://github.com/javl), with aditional code by [wiredolphine](https://github.com/wiredolphin). The example sketch was made by Adafruit.