diff options
Diffstat (limited to 'include/gdisp_lld.h')
-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.
*/
|