a.binder преди 5 години
родител
ревизия
7152e6d14e
променени са 2 файла, в които са добавени 6 реда и са изтрити 5 реда
  1. 5 5
      SE/stuff/P5_Automation_can-dev-res/_TFT_ILI9163C_config.h
  2. 1 0
      SE/stuff/P5_Automation_can-dev/P5_Automation_can-dev.xpr

+ 5 - 5
SE/stuff/P5_Automation_can-dev-res/_TFT_ILI9163C_config.h

@@ -13,13 +13,13 @@
 	
 	#define _TFTWIDTH  		128//the REAL W resolution of the TFT
 	#define _TFTHEIGHT 		128//the REAL H resolution of the TFT
-	//#define _GRAMWIDTH      	128
-//	#define _GRAMHEIGH      	160//Heh? Yes! My display uses offset!
-//	#define _GRAMSIZE		_GRAMWIDTH * _GRAMHEIGH //
+	#define _GRAMWIDTH      	128
+	#define _GRAMHEIGH      	160//Heh? Yes! My display uses offset!
+	#define _GRAMSIZE		_GRAMWIDTH * _GRAMHEIGH //
 	#define __COLORSPC		1// 1:GBR - 0:RGB
 	#define __GAMMASET3		//uncomment for another gamma (1,2,3)
-	//#define __OFFSET		32//this is the offset of my display, 160 - 128 = 32
-	#define __OFFSET		0//this is the offset of my display, 160 - 128 = 32
+	#define __OFFSET		32//this is the offset of my display, 160 - 128 = 32
+	//#define __OFFSET		0//this is the offset of my display, 160 - 128 = 32
 
   
   #include <SPI.h>

+ 1 - 0
SE/stuff/P5_Automation_can-dev/P5_Automation_can-dev.xpr

@@ -7,6 +7,7 @@
     <projectTree name="P5_Automation_can-dev.xpr">
         <folder name="Arduino">
             <folder path="../../../../Arduino/"/>
+            <folder path="../../../../Arduino/libraries/TFT_ILI9163C/"/>
         </folder>
         <folder path="../../../../Arduino/queue_test/"/>
         <folder path="../P5_Automation_can-dev-2/"/>