i2c_oled sample
lv_snapshot_free()
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_snapshot_free()
lv_snapshot_free() function
Free the snapshot image returned by lv_snapshot_take It will firstly free the data image takes, then the image descriptor.
Syntax
Show:
Summary
Declaration
Definition
from
lv_snapshot.h:51
void
lv_snapshot_free
(
lv_img_dsc_t
*
dsc
)
;
Implemented in
lv_snapshot.c:198
Arguments
Argument
Description
dsc
The image descriptor generated by lv_snapshot_take.
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