X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/c1e3552e321290753a068e4ded04c80b71e0c4c4..8571e67d6a7cfb042ebd7dded77094b56409f126:/drivers/displays/tft/hw/st7735.c?ds=sidebyside diff --git a/drivers/displays/tft/hw/st7735.c b/drivers/displays/tft/hw/st7735.c index db222de..5b7b3be 100644 --- a/drivers/displays/tft/hw/st7735.c +++ b/drivers/displays/tft/hw/st7735.c @@ -45,7 +45,7 @@ #include "core/gpio/gpio.h" static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT; -static lcdProperties_t st7735Properties = { 128, 160, FALSE, FALSE, FALSE }; +static lcdProperties_t st7735Properties = { 128, 160, false, false, false, true, true }; /*************************************************/ /* Private Methods */