i2c_oled sample
lvgl_port_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_cfg_t
lvgl_port_cfg_t struct
Init configuration structure
Syntax
Show:
Summary
Declaration
from
esp_lvgl_port.h:46
typedef
struct
{
int
task_priority
;
int
task_stack
;
int
task_affinity
;
int
task_max_sleep_ms
;
int
timer_period_ms
;
}
lvgl_port_cfg_t
;
Fields
Field
Declared as
Description
lvgl_port_cfg_t::task_priority
int
LVGL task priority.
lvgl_port_cfg_t::task_stack
int
LVGL task stack size.
lvgl_port_cfg_t::task_affinity
int
LVGL task pinned to core (-1 is no affinity).
lvgl_port_cfg_t::task_max_sleep_ms
int
Maximum sleep in LVGL task.
lvgl_port_cfg_t::timer_period_ms
int
LVGL timer tick period in ms.
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