i80_controller sample
lv_image_decoder_args_t::use_indexed
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_decoder_args_t::use_indexed
lv_image_decoder_args_t::use_indexed field
Decoded indexed image as is. Convert to ARGB8888 if false.
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:40
bool
use_indexed
;
Examples
References
from
examples
Code
Location
Referrer
bool
use_indexed
;
/**< Decoded indexed image as is. Convert to ARGB8888 if false. */
lv_image_decoder_private.h:40
if
(
dsc
->
args
.
use_indexed
)
{
lv_bin_decoder.c:222
lv_bin_decoder_open()
if
(
dsc
->
args
.
use_indexed
)
{
lv_bin_decoder.c:268
lv_bin_decoder_open()
.
use_indexed
=
false
,
lv_image_decoder.c:120
lv_image_decoder_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_decoder_args_t::use_indexed
is read by 1 function:
All items filtered out
lv_image_decoder_args_t::use_indexed
lv_bin_decoder_open()
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