diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2013-12-10 23:04:53 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2013-12-10 23:04:53 +0000 |
| commit | de40617213743c0479362c6820f4ca8692d017c1 (patch) | |
| tree | b3199a71a9ab68ebf63080684ee219fa37d04e08 /README.md | |
| parent | 20c12edd7f8dd5c28aab47fe9cdaac1da9001f0a (diff) | |
| download | ArduinoOLEDLibrary-de40617213743c0479362c6820f4ca8692d017c1.tar.xz ArduinoOLEDLibrary-de40617213743c0479362c6820f4ca8692d017c1.zip | |
Library and example sketch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |