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:
pai2015dzanaferatovi
Date:
Mon Jun 08 22:44:24 2015 +0000
Parent:
19:ba8addc061ea
Commit message:
PAI2015-PROJEKAT-PotapanjeBrodova

Changed in this revision

N5110.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ba8addc061ea -r 940c2a463a56 N5110.cpp
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Mon Jun 08 22:44:24 2015 +0000
@@ -259,7 +259,7 @@
 
         }
 
-        refresh();  // this sends the buffer to the display and sets address (cursor) back to 0,0
+        //refresh();  // this sends the buffer to the display and sets address (cursor) back to 0,0
     }
 }