aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/TestStub/gdisp_lld.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-05 09:12:57 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-05 09:12:57 +0200
commitec637ad2df8bc938813ece64496f0965743fabfc (patch)
tree576ff32fc989b9c85d0c324148a21712002d92a0 /drivers/gdisp/TestStub/gdisp_lld.c
parentd6b17a157392b40a1131fe70d798ad3eaab6378f (diff)
downloaduGFX-ec637ad2df8bc938813ece64496f0965743fabfc.tar.gz
uGFX-ec637ad2df8bc938813ece64496f0965743fabfc.tar.bz2
uGFX-ec637ad2df8bc938813ece64496f0965743fabfc.zip
Revert "rename of orientation"
This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
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 5a8a1b19..8e658fae 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 = GDISP_ROTATE_0;
+ GDISP.Orientation = portrait;
GDISP.Powermode = powerOff;
GDISP.Backlight = 100;
GDISP.Contrast = 50;