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 --- demos/modules/gwin/imagebox/gfxconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gwin/imagebox/gfxconf.h') diff --git a/demos/modules/gwin/imagebox/gfxconf.h b/demos/modules/gwin/imagebox/gfxconf.h index e186e140..ec1b1bef 100644 --- a/demos/modules/gwin/imagebox/gfxconf.h +++ b/demos/modules/gwin/imagebox/gfxconf.h @@ -43,7 +43,7 @@ #define GDISP_NEED_IMAGE_BMP GFXON #define GDISP_NEED_IMAGE_BMP_24 GFXON -#define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE +#define GDISP_DEFAULT_ORIENTATION gOrientationLandscape /////////////////////////////////////////////////////////////////////////// // GWIN // -- cgit v1.2.3