From ec637ad2df8bc938813ece64496f0965743fabfc Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 5 Oct 2012 09:12:57 +0200 Subject: Revert "rename of orientation" This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. --- include/gdisp_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gdisp_lld.h') diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h index 80cb6b00..64720913 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 {GDISP_ROTATE_0, GDISP_ROTATE_90, GDISP_ROTATE_0Inv, GDISP_ROTATE_90Inv} gdisp_orientation_t; +typedef enum orientation {portrait, landscape, portraitInv, landscapeInv} gdisp_orientation_t; /** * @brief Type for the available power modes for the screen. */ -- cgit v1.2.3