Display text on LCD displays (even on multiple ones). Allow to create windows (frames) on display, and to combine them (split, add, duplicate, scroll). See http://mbed.org/users/hlipka/notebook/lcdwindow/ for more information.

Dependents:   Mbell

Revision:
5:3ff30ca33efc
Parent:
3:e5d5e2fe4bf6
--- a/subwindow.cpp	Thu Dec 16 21:25:56 2010 +0000
+++ b/subwindow.cpp	Tue Dec 21 21:38:18 2010 +0000
@@ -68,4 +68,5 @@
     for (int i=0;i<_rows;i++) {
         _lcd->writeText(_columnOffset,_rowOffset+i,spaces);
     }
+    delete spaces;
 }
\ No newline at end of file