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:
5:684f79f70ac9
--- a/Terminal.h	Sat Jan 08 22:24:00 2011 +0000
+++ b/Terminal.h	Sat Jan 15 16:02:56 2011 +0000
@@ -17,7 +17,7 @@
 class Terminal : public TextDisplay {
 public:
 
-    Terminal(PinName tx, PinName rx);
+    Terminal(PinName tx, PinName rx, const char *name = NULL);
 
     virtual void character(uint16_t column, uint16_t row, int c);
     virtual uint16_t rows();