i2c_oled sample
lv_table_clear_cell_ctrl()
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_clear_cell_ctrl()
lv_table_clear_cell_ctrl() function
Clear control bits of the cell.
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.h:145
void
lv_table_clear_cell_ctrl
(
lv_obj_t
*
obj
,
uint16_t
row
,
uint16_t
col
,
lv_table_cell_ctrl_t
ctrl
)
;
Implemented in
lv_table.c:317
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]
ctrl
OR-ed values from ::lv_table_cell_ctrl_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