i2c_oled sample
lv_table_get_cell_value()
is only used within i2c_oled 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
i2c_oled 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:158
const
char
*
lv_table_get_cell_value
(
lv_obj_t
*
obj
,
uint16_t
row
,
uint16_t
col
)
;
Implemented in
lv_table.c:345
Arguments
Argument
Description
obj
pointer to a Table object
row
id of the row [0 .. row_cnt -1]
col
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