A TextDisplay driver that supports graphical displays using on of the SED133x conrtrolers. Allows stdout and stderr output to be redirected to the display.

Revision:
1:18c56f038905
Parent:
0:9e72c57b16fd
Child:
2:8596e06f241f
--- a/TextDisplay.h	Sat Jan 08 22:24:00 2011 +0000
+++ b/TextDisplay.h	Sat Jan 15 16:02:56 2011 +0000
@@ -22,7 +22,7 @@
 public:
 
     // functions needing implementation in derived implementation class
-    TextDisplay();
+    TextDisplay(const char *name = NULL);
     virtual void character(uint16_t column, uint16_t row, int c) = 0;
     virtual uint16_t rows() = 0;
     virtual uint16_t columns() = 0;