SmartMeter / TFT_ILI9163C_aydo
Revision:
14:255b822af1b6
Parent:
13:ccf30d6c32b2
Child:
15:fce0d4b4a35d
--- a/TFT_ILI9163C_BASE.h	Thu Sep 27 12:41:06 2018 +0000
+++ b/TFT_ILI9163C_BASE.h	Sun Jan 05 14:22:14 2020 +0000
@@ -26,7 +26,7 @@
     #define _GRAMHEIGH      160
 //  #define _GRAMSIZE       _GRAMWIDTH * _GRAMHEIGH //*see note 1
     #define _GRAMSIZE       _TFTWIDTH * _TFTHEIGHT  //this is enough to fill visible area
-    #define __COLORSPC      1   // 1:GBR - 0:RGB
+    #define __COLORSPC      0   // 1:GBR - 0:RGB
     #define __GAMMASET1     //uncomment for another gamma
     #define __OFFSET        (_GRAMHEIGH - _TFTHEIGHT)   // 32 *see note 2
     //Tested!
@@ -85,7 +85,7 @@
 #define GREEN           0x07E0
 #define CYAN            0x07FF
 #define MAGENTA         0xF81F
-#define YELLOW          0xFFE0  
+#define YELLOW          0xFBF3
 #define WHITE           0xFFFF
 #define TRANSPARENT     -1