projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New drivers
[hackover2013-badge-firmware.git]
/
drivers
/
displays
/
tft
/
hw
/
ILI9328.c
diff --git
a/drivers/displays/tft/hw/ILI9328.c
b/drivers/displays/tft/hw/ILI9328.c
index
ca7ec20
..
23017a1
100644
(file)
--- a/
drivers/displays/tft/hw/ILI9328.c
+++ b/
drivers/displays/tft/hw/ILI9328.c
@@
-47,7
+47,7
@@
#define ILI9238_USE_INLINE_METHODS (1)
static volatile lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
#define ILI9238_USE_INLINE_METHODS (1)
static volatile lcdOrientation_t lcdOrientation = LCD_ORIENTATION_PORTRAIT;
-static lcdProperties_t ili9328Properties = { 240, 320,
TRUE, TRUE, TRUE
};
+static lcdProperties_t ili9328Properties = { 240, 320,
true, true, true, true, true
};
/*************************************************/
/* Private Methods */
/*************************************************/
/* Private Methods */
This page took
0.027963 seconds
and
4
git commands to generate.