From 1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 5 Oct 2012 09:20:39 +0200 Subject: rename of orientation --- include/gdisp_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. */ -- cgit v1.2.3