i80_controller sample
lv_table_t
is only used within i80_controller 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
i80_controller sample
lv_table_t
lv_table_t struct
Table data
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:242
typedef
struct
lv_table_t
lv_table_t
;
Implemented in
lv_table_private.h:38
Fields
Field
Declared as
lv_table_t::obj
lv_obj_t
lv_table_t::col_cnt
uint32_t
lv_table_t::row_cnt
uint32_t
lv_table_t::cell_data
lv_table_cell_t
*
*
lv_table_t::row_h
int32_t
*
lv_table_t::col_w
int32_t
*
lv_table_t::col_act
uint32_t
lv_table_t::row_act
uint32_t
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