#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 */