From de40617213743c0479362c6820f4ca8692d017c1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 10 Dec 2013 23:04:53 +0000 Subject: Library and example sketch --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3