vanity-convert: add Makefile
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / st7783.c
index 09b0dbb..1dbf082 100644 (file)
@@ -48,7 +48,7 @@
 #include "drivers/displays/tft/touchscreen.h"
 
 static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t st7783Properties = { 240, 320, TRUE, TRUE, FALSE };
+static lcdProperties_t st7783Properties = { 240, 320, true, true, false, true, true};
 
 /*************************************************/
 /* Private Methods                               */
This page took 0.032146 seconds and 4 git commands to generate.