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:
7:d79600310cfe
Parent:
5:684f79f70ac9
Child:
8:66be6a696e4e
--- a/Terminal.h	Sat Jan 29 20:48:08 2011 +0000
+++ b/Terminal.h	Sat Jan 29 21:04:53 2011 +0000
@@ -37,7 +37,7 @@
 public:
     /** Create the TextDisplay interface
      *
-     * @paran tx PinName for data sending (USBTX for pc connection)
+     * @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")
      */