diff --git a/src/display/lv_display_private.h b/src/display/lv_display_private.h index fb24af2a63..427bea70d4 100644 --- a/src/display/lv_display_private.h +++ b/src/display/lv_display_private.h @@ -141,8 +141,7 @@ struct _lv_display_t { lv_event_list_t event_list; - uint32_t sw_rotate : 1; /**< 1: use software rotation (slower)*/ - uint32_t rotation : 2; /**< Element of lv_display_rotation_t*/ + uint32_t rotation : 3; /**< Element of lv_display_rotation_t*/ lv_theme_t * theme; /**< The theme assigned to the screen*/