rgb_panel sample
lv_image_compressed_t
is only used within rgb_panel 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
rgb_panel sample
lv_image_compressed_t
lv_image_compressed_t struct
TYPEDEFS Data format for compressed image data.
Syntax
Show:
Summary
Declaration
from
lv_bin_decoder.c:42
typedef
struct
lv_image_compressed_t
{
uint32_t
method
:
4
;
uint32_t
reserved
:
28
;
uint32_t
compressed_size
;
uint32_t
decompressed_size
;
const
uint8_t
*
data
;
}
lv_image_compressed_t
;
Fields
Field
Declared as
lv_image_compressed_t::method
uint32_t
:
4
lv_image_compressed_t::reserved
uint32_t
:
28
lv_image_compressed_t::compressed_size
uint32_t
lv_image_compressed_t::decompressed_size
uint32_t
lv_image_compressed_t::data
const
uint8_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