fix(display): remove the unused sw_rotate field (#6866)

This commit is contained in:
Gabor Kiss-Vamosi
2024-09-18 09:08:12 +02:00
committed by GitHub
parent dd01974f9a
commit 1dd63c7e5f
+1 -2
View File
@@ -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*/