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
/
ILI9325.c
diff --git
a/drivers/displays/tft/hw/ILI9325.c
b/drivers/displays/tft/hw/ILI9325.c
index
7489b85
..
42debbc
100644
(file)
--- a/
drivers/displays/tft/hw/ILI9325.c
+++ b/
drivers/displays/tft/hw/ILI9325.c
@@
-54,7
+54,7
@@
// #define ILI9235_USE_INLINE_METHODS (1)
static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
// #define ILI9235_USE_INLINE_METHODS (1)
static lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t ili9325Properties = { 240, 320,
TRUE, TRUE, TRUE
};
+static lcdProperties_t ili9325Properties = { 240, 320,
true, true, true, true, true
};
/*************************************************/
/* Private Methods */
/*************************************************/
/* Private Methods */
This page took
0.020198 seconds
and
4
git commands to generate.