Prep for v1.2.0
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / ILI9328.c
index ca7ec20..23017a1 100644 (file)
@@ -47,7 +47,7 @@
 #define ILI9238_USE_INLINE_METHODS (1)
 
 static volatile lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t ili9328Properties = { 240, 320, TRUE, TRUE, TRUE };
+static lcdProperties_t ili9328Properties = { 240, 320, true, true, true, true, true };
 
 /*************************************************/
 /* Private Methods                               */
This page took 0.020916 seconds and 4 git commands to generate.