Updated for mbed: Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).

Fork of N5110 by Craig Evans

Files at this revision

API Documentation at this revision

Comitter:
j_ogus
Date:
Tue May 12 22:03:40 2015 +0000
Parent:
19:ba8addc061ea
Commit message:
minor changes made, dated below original author

Changed in this revision

N5110.h Show annotated file Show diff for this revision Revisions of this file
diff -r ba8addc061ea -r 80bdef8bfd48 N5110.h
--- a/N5110.h	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.h	Tue May 12 22:03:40 2015 +0000
@@ -51,6 +51,8 @@
 
 @author Craig A. Evans
 @date   17th March 2015
+@author updated Jeremy Ogus
+@date 10/05/2015
  *
  * Example:
  * @code
@@ -164,7 +166,7 @@
 public:
     /** Create a N5110 object connected to the specified pins
     *
-    * @param pwr Pin connected to Vcc on the LCD display (pin 1)
+    * @ pwr Pin connected to Vcc on the LCD display (pin 1)
     * @param sce Pin connected to chip enable (pin 3)
     * @param rst Pin connected to reset (pin 4)
     * @param dc  Pin connected to data/command select (pin 5)