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:
4:0cbf500f8650
Child:
8:66be6a696e4e
--- a/TextDisplay.h	Sat Jan 29 20:48:08 2011 +0000
+++ b/TextDisplay.h	Sat Jan 29 21:04:53 2011 +0000
@@ -54,7 +54,7 @@
      *
      * @param column column where charater must be written
      * @param  row where character must be written
-     * @parm c the character to be written to the TextDisplay
+     * @param c the character to be written to the TextDisplay
      */
 
     virtual void character(uint16_t column, uint16_t row, int c) = 0;
@@ -71,7 +71,7 @@
 
     // functions that come for free, but can be overwritten
     /** redirect output from a stream (stoud, sterr) to  display
-    * @param stream that shall be redirected to the TextDisplay
+    * @param stream stream that shall be redirected to the TextDisplay
     */
     virtual bool claim (FILE *stream);
     /** clear screen