aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentec637ad2df8bc938813ece64496f0965743fabfc (diff)
downloaduGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.tar.gz
uGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.tar.bz2
uGFX-1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47.zip
rename of orientation
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h
index 64720913..376181fc 100644
--- a/include/gdisp_lld.h
+++ b/include/gdisp_lld.h
@@ -553,7 +553,7 @@ typedef const struct font *font_t;
/**
* @brief Type for the screen orientation.
*/
-typedef enum orientation {portrait, landscape, portraitInv, landscapeInv} gdisp_orientation_t;
+typedef enum orientation {GDISP_ROTATE_0, GDISP_ROTATE_90, GDISP_ROTATE_180, GDISP_ROTATE_270} gdisp_orientation_t;
/**
* @brief Type for the available power modes for the screen.
*/