rgb_panel sample
lv_image_src_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_image_src_t
lv_image_src_t enum
Syntax
Show:
Summary
Declaration
from
lv_image_decoder.h:34
enum
{
LV_IMAGE_SRC_VARIABLE
,
LV_IMAGE_SRC_FILE
,
LV_IMAGE_SRC_SYMBOL
,
LV_IMAGE_SRC_UNKNOWN
,
}
;
Values
Value
Declared as
Description
lv_image_src_t::LV_IMAGE_SRC_VARIABLE
lv_image_src_t::LV_IMAGE_SRC_FILE
Binary/C variable.
lv_image_src_t::LV_IMAGE_SRC_SYMBOL
File in filesystem.
lv_image_src_t::LV_IMAGE_SRC_UNKNOWN
Symbol (lv_symbol_def.h).
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