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:
6:2f8aed3d2be4
Child:
8:66be6a696e4e
--- a/TextLCD.h	Sat Jan 29 20:48:08 2011 +0000
+++ b/TextLCD.h	Sat Jan 29 21:04:53 2011 +0000
@@ -36,7 +36,7 @@
      * @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 "sed133x")
+     * @param name name to be used in pathname of the stream (defaults to "texLCD")
      */
     TextLCD(PinName rs, PinName rw, PinName e,
             PinName d0, PinName d1, PinName d2, PinName d3,