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 --- src/gdisp/gdisp_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gdisp/gdisp_options.h') diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h index 7398d381..d624a763 100644 --- a/src/gdisp/gdisp_options.h +++ b/src/gdisp/gdisp_options.h @@ -230,7 +230,7 @@ * @note GDISP_NEED_CONTROL must also be set (and the hardware must support it) * @note If not specified then displays default to the native hardware orientation */ - // #define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE + // #define GDISP_DEFAULT_ORIENTATION gOrientationLandscape /** * @brief The size of pixel buffer (in pixels) used for optimization. * @details Set to zero to guarantee disabling of the buffer. -- cgit v1.2.3