mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 17:47:28 +08:00
fix(display): remove the unused sw_rotate field (#6866)
This commit is contained in:
committed by
GitHub
parent
dd01974f9a
commit
1dd63c7e5f
@@ -141,8 +141,7 @@ struct _lv_display_t {
|
|||||||
|
|
||||||
lv_event_list_t event_list;
|
lv_event_list_t event_list;
|
||||||
|
|
||||||
uint32_t sw_rotate : 1; /**< 1: use software rotation (slower)*/
|
uint32_t rotation : 3; /**< Element of lv_display_rotation_t*/
|
||||||
uint32_t rotation : 2; /**< Element of lv_display_rotation_t*/
|
|
||||||
|
|
||||||
lv_theme_t * theme; /**< The theme assigned to the screen*/
|
lv_theme_t * theme; /**< The theme assigned to the screen*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user