64x128 Graphic LCD Library

Dependencies:   LCD_fonts

Fork of C12832_lcd by Peter Drescher

Revision:
10:269eddb2b7c5
Parent:
0:4bbc531be6e2
--- a/TextDisplay.h	Sat Oct 26 17:38:46 2013 +0000
+++ b/TextDisplay.h	Fri Nov 01 10:19:59 2013 +0000
@@ -70,6 +70,7 @@
     // character location
     uint16_t _column;
     uint16_t _row;
+    uint16_t lastcol;
 
     // colours
     uint16_t _foreground;