i2c_oled sample
lvgl_port_display_ctx_t::rotation
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lvgl_port_display_ctx_t::rotation
lvgl_port_display_ctx_t::rotation field
Syntax
Show:
Summary
Declaration
from
esp_lvgl_port.c:86
lvgl_port_rotation_cfg_t
rotation
;
Examples
References
from
examples
Code
Location
Referrer
lvgl_port_rotation_cfg_t
rotation
;
/* Default values of the screen rotation */
esp_lvgl_port.c:86
disp_ctx
->
rotation
.
swap_xy
=
disp_cfg
->
rotation
.
swap_xy
;
esp_lvgl_port.c:267
lvgl_port_add_disp()
disp_ctx
->
rotation
.
mirror_x
=
disp_cfg
->
rotation
.
mirror_x
;
esp_lvgl_port.c:268
lvgl_port_add_disp()
disp_ctx
->
rotation
.
mirror_y
=
disp_cfg
->
rotation
.
mirror_y
;
esp_lvgl_port.c:269
lvgl_port_add_disp()
esp_lcd_panel_swap_xy
(
panel_handle
,
disp_ctx
->
rotation
.
swap_xy
)
;
esp_lvgl_port.c:755
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
disp_ctx
->
rotation
.
mirror_x
,
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:756
lvgl_port_update_callback()
esp_lcd_panel_swap_xy
(
panel_handle
,
!
disp_ctx
->
rotation
.
swap_xy
)
;
esp_lvgl_port.c:760
lvgl_port_update_callback()
if
(
disp_ctx
->
rotation
.
swap_xy
)
{
esp_lvgl_port.c:761
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
!
disp_ctx
->
rotation
.
mirror_x
,
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:762
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
disp_ctx
->
rotation
.
mirror_x
,
!
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:764
lvgl_port_update_callback()
esp_lcd_panel_swap_xy
(
panel_handle
,
disp_ctx
->
rotation
.
swap_xy
)
;
esp_lvgl_port.c:769
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
!
disp_ctx
->
rotation
.
mirror_x
,
!
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:770
lvgl_port_update_callback()
esp_lcd_panel_swap_xy
(
panel_handle
,
!
disp_ctx
->
rotation
.
swap_xy
)
;
esp_lvgl_port.c:774
lvgl_port_update_callback()
if
(
disp_ctx
->
rotation
.
swap_xy
)
{
esp_lvgl_port.c:775
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
disp_ctx
->
rotation
.
mirror_x
,
!
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:776
lvgl_port_update_callback()
esp_lcd_panel_mirror
(
panel_handle
,
!
disp_ctx
->
rotation
.
mirror_x
,
disp_ctx
->
rotation
.
mirror_y
)
;
esp_lvgl_port.c:778
lvgl_port_update_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lvgl_port_display_ctx_t::rotation
is read by 2 functions:
All items filtered out
lvgl_port_display_ctx_t::rotation
lvgl_port_add_disp()
lvgl_port_update_callback()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out