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:
9:68ad299df12b
Parent:
8:66be6a696e4e
--- a/TextDisplay.h	Sat Jan 29 21:22:08 2011 +0000
+++ b/TextDisplay.h	Sat Jan 29 21:28:42 2011 +0000
@@ -19,7 +19,7 @@
 #include "mbed.h"
 #include "mbed.h"
 
-/** TexDisplay class, use one the derived classes
+/** TextDisplay parent class, use one the derived classes
  * Example:
  * @code
  / simple test for TextDisplay class
@@ -79,7 +79,7 @@
     virtual void cls();
     /** locate cursor on given position
     * @param column horizontal position
-    * @paran row vertical positon
+    * @param row vertical positon
     */
     virtual void locate(uint16_t column, uint16_t row);
      /** set foreground colour if supported on display