Chinese module HY-1.8 SPI TFT lcd Display library.

Dependencies:   BurstSPI

Dependents:   KL25Z_DCF77_HY-1_8LCD

Fork of HY-1_8TFT_ST7735 by Paul Staron

Revision:
1:ef70eaf15b18
Parent:
0:35a1964228b4
Child:
2:26149011665e
--- a/ST7735_TFT.h	Mon Mar 25 22:46:23 2013 +0000
+++ b/ST7735_TFT.h	Fri Apr 19 20:46:47 2013 +0000
@@ -70,7 +70,7 @@
 #define Blue            0x07E0      /*   0, 255,   0 */
 #define Cyan            0x07FF      /*   0, 255, 255 */
 #define Red             0xFF00      /* 255,   0,   0 */
-#define Yellow          0xF81F      /* 255,   0, 255 */
+#define Yellow          0xFF1F      /* 255,   0, 255 */
 #define Magenta         0xFFE0      /* 255, 255,   0 */
 #define White           0xFFFF      /* 255, 255, 255 */
 #define Orange          0xFD20      /* 255, 165,   0 */