rgb_panel sample
lv_bin_decoder_open()
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_bin_decoder_open()
lv_bin_decoder_open() function
Decode an image from a binary file
Syntax
Show:
Summary
Declaration
Definition
from
lv_bin_decoder.h:53
lv_result_t
lv_bin_decoder_open
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder_dsc_t
*
dsc
)
;
Implemented in
lv_bin_decoder.c:180
Arguments
Argument
Description
decoder
pointer to the decoder
dsc
pointer to the decoder descriptor
Return value
LV_RESULT_OK: no error; LV_RESULT_INVALID: can't open the image
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