nokia screen library

Fork of N5110 by Craig Evans

Files at this revision

API Documentation at this revision

Comitter:
el14rirr
Date:
Thu May 05 01:56:40 2016 +0000
Parent:
19:ba8addc061ea
Commit message:
no change!

Changed in this revision

N5110.cpp Show annotated file Show diff for this revision Revisions of this file
N5110.h Show annotated file Show diff for this revision Revisions of this file
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Thu May 05 01:56:40 2016 +0000
@@ -218,6 +218,7 @@
 
 }
 
+
 // function to print 5x7 font
 void N5110::printChar(char c,int x,int y)
 {
--- a/N5110.h	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.h	Thu May 05 01:56:40 2016 +0000
@@ -227,6 +227,7 @@
     *   @param x - the column number (0 to 83)
     *   @param y - the row number (0 to 5) - the display is split into 6 banks - each bank can be considered a row
     */
+    void printInt(int a,int x,int y);
     void printChar(char c,int x,int y);
 
     /** Set a Pixel