New drivers
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / hx8340b.c
index f6a7223..fd46cc6 100644 (file)
@@ -45,7 +45,7 @@
 #include "core/gpio/gpio.h"
 
 static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t hx8340bProperties = { 176, 220, FALSE, FALSE, FALSE };
+static lcdProperties_t hx8340bProperties = { 176, 220, false, false, false, true, true };
 
 /*************************************************/
 /* Private Methods                               */
This page took 0.022144 seconds and 4 git commands to generate.