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

Files at this revision

API Documentation at this revision

Comitter:
llagendijk
Date:
Sat Jan 29 21:28:42 2011 +0000
Parent:
8:66be6a696e4e
Commit message:
First release of my version of TextDisPlay

Changed in this revision

TextDisplay.h Show annotated file Show diff for this revision Revisions of this file
--- 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