Modified to work with two displays

Dependents:   touch2 default CANary_9341_test CANary_merge

Fork of SPI_TFT by Peter Drescher

Revision:
10:6693193c1fd6
Parent:
9:130716c1a3cd
--- a/SPI_TFTx2.h	Sun Feb 17 16:43:25 2013 +0000
+++ b/SPI_TFTx2.h	Wed Feb 27 03:46:45 2013 +0000
@@ -33,7 +33,7 @@
 
 /* some RGB color definitions                                                 */
 #define Black           0x0000      /*   0,   0,   0 */
-#define Navy            0x000F      /*   0,   0, 128 */
+#define Navy            0x0007      /*   0,   0,  64 */
 #define DarkGreen       0x03E0      /*   0, 128,   0 */
 #define DarkCyan        0x03EF      /*   0, 128, 128 */
 #define Maroon          0x7800      /* 128,   0,   0 */