Library for N5110 Screen - fixed example code

Fork of N5110 by Craig Evans

Revision:
45:f5c56e99de71
Parent:
44:57f9d32fb521
Child:
46:b3b25f0e9d14
--- a/N5110.h	Wed Nov 01 20:48:05 2017 +0000
+++ b/N5110.h	Thu Nov 02 11:43:30 2017 +0000
@@ -84,11 +84,11 @@
         lcd.refresh();
         wait(5.0);
 
-        for(int i = 0; i < 3; i++) {
+        /*for(int i = 0; i < 3; i++) {
             for(int j = 0; j < 5; j++) {
                 printf("%d,%d = %d\n",i,j,glyph[i][j]);
             }
-        }
+        }*/