diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-05 09:09:59 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-05 09:09:59 +0200 |
commit | d6b17a157392b40a1131fe70d798ad3eaab6378f (patch) | |
tree | 8d5b419c125057a6915d2d4da2e2c0d4138274b3 /include | |
parent | a03b2fbf5d4ee3d92323ba0674d833b0e9646b28 (diff) | |
download | uGFX-d6b17a157392b40a1131fe70d798ad3eaab6378f.tar.gz uGFX-d6b17a157392b40a1131fe70d798ad3eaab6378f.tar.bz2 uGFX-d6b17a157392b40a1131fe70d798ad3eaab6378f.zip |
rename of orientation
Diffstat (limited to 'include')
-rw-r--r-- | include/gdisp_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h index 64720913..80cb6b00 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_0Inv, GDISP_ROTATE_90Inv} gdisp_orientation_t;
/**
* @brief Type for the available power modes for the screen.
*/
|