aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91c0888..81f3b6c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
ArduinoOLEDLibrary
==================
-An Arduino v1.0+ library for Newhaven OLED displays. Adapted from Elco Jacobs library for previous versions
+An Arduino v1.0+ library for [Newhaven OLED displays](http://www.newhavendisplay.com/oled-c-119.html), such as the NHD‐0420DZW series.
+
+This is an edit to [Elco Jacobs](http://www.elcojacobs.com) OLED library, which would not compile under v1.0+ of the Arduino IDE (Tested on v1.0.5).
+
+This library is for the 4-bit parallel interface. See the datasheet for wiring diagrams.
+
+To use, just copy the OLEDFourBit folder into arduino-1.x.x/libraries. Initialization and available functions are identical to the default Arduino LiquisCrystal library. An example sketch is included. \ No newline at end of file