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/TextLCD.h	Sat Jan 29 21:04:53 2011 +0000
+++ b/TextLCD.h	Sat Jan 29 21:22:08 2011 +0000
@@ -34,9 +34,9 @@
      * @param rw PinName for read/write
      * @param e PinName for enable
      * @param d0-d3 PinName for D0 -D3
-     * @param rows number of rows on the display (default: 2)
-     * @param columns number of colums on the display (default: 16)
-     * @param name name to be used in pathname of the stream (defaults to "texLCD")
+     * @param rows number of rows on the display 
+     * @param columns number of colums on the display
+     * @param name name to be used in pathname of the stream
      */
     TextLCD(PinName rs, PinName rw, PinName e,
             PinName d0, PinName d1, PinName d2, PinName d3,