projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed TS calib bug
[hackover2013-badge-firmware.git]
/
drivers
/
displays
/
tft
/
hw
/
st7783.c
diff --git
a/drivers/displays/tft/hw/st7783.c
b/drivers/displays/tft/hw/st7783.c
index
09b0dbb
..
1dbf082
100644
(file)
--- 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;
#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 */
/*************************************************/
/* Private Methods */
This page took
0.022443 seconds
and
4
git commands to generate.