Fixed TS calib bug
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / ILI9325.c
index 7489b85..42debbc 100644 (file)
@@ -54,7 +54,7 @@
 // #define ILI9235_USE_INLINE_METHODS (1)
 
 static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t ili9325Properties = { 240, 320, TRUE, TRUE, TRUE };
+static lcdProperties_t ili9325Properties = { 240, 320, true, true, true, true, true };
 
 /*************************************************/
 /* Private Methods                               */
This page took 0.02864 seconds and 4 git commands to generate.