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:
8:66be6a696e4e
Parent:
7:d79600310cfe
--- a/Terminal.h	Sat Jan 29 21:04:53 2011 +0000
+++ b/Terminal.h	Sat Jan 29 21:22:08 2011 +0000
@@ -39,7 +39,7 @@
      *
      * @param tx PinName for data sending (USBTX for pc connection)
      * @param rx PinName for data reception (USBRX for pc connection)
-     * @param name The name used in the path to access the strean through the filesystem (default: "term")
+     * @param name The name used in the path to access the strean through the filesystem 
      */
     Terminal(PinName tx, PinName rx, const char *name = "term");