Modified to work with two displays

Dependents:   touch2 default CANary_9341_test CANary_merge

Fork of SPI_TFT by Peter Drescher

Revision:
13:4ad7de7d2220
Parent:
0:de9d1462a835
Child:
14:11d7980e7e1c
--- a/TextDisplay.h	Sun Apr 07 08:27:03 2013 +0000
+++ b/TextDisplay.h	Sun Jun 30 23:04:23 2013 +0000
@@ -48,7 +48,7 @@
     
     // functions that come for free, but can be overwritten
 
-    /** redirect output from a stream (stoud, sterr) to  display
+    /** redirect output from a stream (stout, sterr) to  display
     * @param stream stream that shall be redirected to the TextDisplay
     */
     virtual bool claim (FILE *stream);