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:
3:e5d5e2fe4bf6
Parent:
2:5ac5bab7daaf
--- a/teewindow.cpp	Sat Nov 27 22:54:13 2010 +0000
+++ b/teewindow.cpp	Sun Nov 28 22:09:54 2010 +0000
@@ -23,7 +23,7 @@
 
 #include "teewindow.h"
 
-TeeWindow::TeeWindow(vector<Window*> lcds) {
+TeeWindow::TeeWindow(vector<Window*> lcds):Window() {
     _lcds=lcds;
     int len=_lcds.size();
     _columns=_lcds[0]->getColumns();