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/terminal.cpp	Sat Nov 27 22:54:13 2010 +0000
+++ b/terminal.cpp	Sun Nov 28 22:09:54 2010 +0000
@@ -24,7 +24,7 @@
 #include "terminal.h"
 #include "string.h"
 
-Terminal::Terminal(Window* window) {
+Terminal::Terminal(Window* window):Window() {
     _window=window;
     _columns=window->getColumns();
     _rows=window->getRows();