aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/TestStub/gdisp_lld.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-05 09:20:39 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-05 09:20:39 +0200
commit1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47 (patch)
tree69ff17c5f324e16244b95c4d7c14e6f6b62a83d4 /drivers/gdisp/TestStub/gdisp_lld.c
parentec637ad2df8bc938813ece64496f0965743fabfc (diff)
downloaduGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.tar.gz
uGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.tar.bz2
uGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.zip
rename of orientation
Diffstat (limited to 'drivers/gdisp/TestStub/gdisp_lld.c')
-rw-r--r--drivers/gdisp/TestStub/gdisp_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/TestStub/gdisp_lld.c b/drivers/gdisp/TestStub/gdisp_lld.c
index 8e658fae..5a8a1b19 100644
--- a/drivers/gdisp/TestStub/gdisp_lld.c
+++ b/drivers/gdisp/TestStub/gdisp_lld.c
@@ -50,7 +50,7 @@ bool_t GDISP_LLD(init)(void) {
/* Initialise the GDISP structure */
GDISP.Width = 128;
GDISP.Height = 128;
- GDISP.Orientation = portrait;
+ GDISP.Orientation = GDISP_ROTATE_0;
GDISP.Powermode = powerOff;
GDISP.Backlight = 100;
GDISP.Contrast = 50;