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
/
hx8340b.c
diff --git
a/drivers/displays/tft/hw/hx8340b.c
b/drivers/displays/tft/hw/hx8340b.c
index
f6a7223
..
fd46cc6
100644
(file)
--- a/
drivers/displays/tft/hw/hx8340b.c
+++ b/
drivers/displays/tft/hw/hx8340b.c
@@
-45,7
+45,7
@@
#include "core/gpio/gpio.h"
static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
#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 */
/*************************************************/
/* Private Methods */
This page took
0.022963 seconds
and
4
git commands to generate.