for Arduino TFT LCD Screen 160x128

Dependents:   TFTLCDSCREEN Pong_ILI9163C

Fork of TFT_ILI9163C by _ peu605

Revision:
12:f0799be044ff
Parent:
10:1ebc27775d92
--- a/TFT_ILI9163C_BASE.h	Mon Mar 02 12:01:28 2015 +0000
+++ b/TFT_ILI9163C_BASE.h	Fri Mar 04 08:55:32 2016 +0000
@@ -20,8 +20,8 @@
 the parameters for this diplay. If you have a strain or a correct display (can happen with chinese)
 you can copy those parameters and create setup for different displays.
 */
-    #define _TFTWIDTH       128     //the REAL W resolution of the TFT
-    #define _TFTHEIGHT      128     //the REAL H resolution of the TFT
+    #define _TFTWIDTH       128     //the REAL W resolution of the TFT 128
+    #define _TFTHEIGHT      160     //the REAL H resolution of the TFT
     #define _GRAMWIDTH      128
     #define _GRAMHEIGH      160
 //  #define _GRAMSIZE       _GRAMWIDTH * _GRAMHEIGH //*see note 1
@@ -52,8 +52,8 @@
 http://www.aitendo.com/product/3857
 M014C9163SPI
 */
-    #define _TFTWIDTH       128     //the REAL W resolution of the TFT
-    #define _TFTHEIGHT      128     //the REAL H resolution of the TFT
+    #define _TFTWIDTH       128     //the REAL W resolution of the TFT  128
+    #define _TFTHEIGHT      160     //the REAL H resolution of the TFT
     #define _GRAMWIDTH      128
     #define _GRAMHEIGH      128
     #define _GRAMSIZE       _GRAMWIDTH * _GRAMHEIGH