for Arduino TFT LCD Screen 160x128

Dependents:   TFTLCDSCREEN Pong_ILI9163C

Fork of TFT_ILI9163C by _ peu605

Files at this revision

API Documentation at this revision

Comitter:
billycorgan123
Date:
Fri Mar 04 08:55:32 2016 +0000
Parent:
11:4dd4a2f7b7f6
Commit message:
first trial with Arduino TFT LCD Screen, ILI9163

Changed in this revision

TFT_ILI9163C_BASE.h Show annotated file Show diff for this revision Revisions of this file
--- 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