X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/c1e3552e321290753a068e4ded04c80b71e0c4c4..e8940d3dd9a3c23e904ac75c40cf1f8e546f52fe:/drivers/displays/tft/hw/st7783.c?ds=sidebyside diff --git a/drivers/displays/tft/hw/st7783.c b/drivers/displays/tft/hw/st7783.c index 09b0dbb..1dbf082 100644 --- a/drivers/displays/tft/hw/st7783.c +++ b/drivers/displays/tft/hw/st7783.c @@ -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 */