From e61f0ae4248bdafeace54c330d488904a495c045 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 13:51:20 +1000 Subject: Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X --- gfxconf.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 995a58e5..c5def9dd 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -157,7 +157,7 @@ //#define GDISP_NEED_PIXMAP GFXOFF // #define GDISP_NEED_PIXMAP_IMAGE GFXOFF -//#define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE // If not defined the native hardware orientation is used. +//#define GDISP_DEFAULT_ORIENTATION gOrientationLandscape // If not defined the native hardware orientation is used. //#define GDISP_LINEBUF_SIZE 128 //#define GDISP_STARTUP_COLOR GFX_BLACK //#define GDISP_NEED_STARTUP_LOGO GFXON -- cgit v1.2.3