rgb_panel sample
lv_table_get_cell_value()
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_table_get_cell_value()
lv_table_get_cell_value() function
Get the value of a cell.
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.h:154
const
char
*
lv_table_get_cell_value
(
lv_obj_t
*
obj
,
uint32_t
row
,
uint32_t
col
)
;
Implemented in
lv_table.c:421
Arguments
Argument
Declared as
Description
obj
lv_obj_t
*
pointer to a Table object
row
uint32_t
id of the row [0 .. row_cnt -1]
col
uint32_t
id of the column [0 .. col_cnt -1]
Return value
text in the cell
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