i2c_oled sample
lvgl_port_rotation_cfg_t
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_rotation_cfg_t
lvgl_port_rotation_cfg_t struct
Rotation configuration
Syntax
Show:
Summary
Declaration
from
esp_lvgl_port.h:57
typedef
struct
{
bool
swap_xy
;
bool
mirror_x
;
bool
mirror_y
;
}
lvgl_port_rotation_cfg_t
;
Fields
Field
Declared as
Description
lvgl_port_rotation_cfg_t::swap_xy
bool
LCD Screen swapped X and Y (in esp_lcd driver).
lvgl_port_rotation_cfg_t::mirror_x
bool
LCD Screen mirrored X (in esp_lcd driver).
lvgl_port_rotation_cfg_t::mirror_y
bool
LCD Screen mirrored Y (in esp_lcd driver).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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