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:
6:2f8aed3d2be4
Parent:
0:9e72c57b16fd
--- a/TextDisplays.h	Sat Jan 29 20:31:14 2011 +0000
+++ b/TextDisplays.h	Sat Jan 29 20:48:08 2011 +0000
@@ -15,7 +15,7 @@
 // Text Displays
 #include "TextLCD.h"
 #include "Terminal.h"
-#include "sed133xLCD.h"
+#include "Sed133xLCD.h"
 
 
 #endif