aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdisp_lld.h')
-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.
*/