rgb_panel sample
lv_image_header_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_header_t
lv_image_header_t struct
Syntax
Show:
Summary
Declaration
from
lv_image_dsc.h:88
typedef
struct
{
uint32_t
magic
:
8
;
uint32_t
cf
:
8
;
uint32_t
flags
:
16
;
uint32_t
w
:
16
;
uint32_t
h
:
16
;
uint32_t
stride
:
16
;
uint32_t
reserved_2
:
16
;
}
lv_image_header_t
;
Fields
Field
Declared as
Description
lv_image_header_t::w
uint32_t
:
16
lv_image_header_t::h
uint32_t
:
16
lv_image_header_t::stride
uint32_t
:
16
Number of bytes in a row.
lv_image_header_t::reserved_2
uint32_t
:
16
Reserved to be used later.
lv_image_header_t::magic
uint32_t
:
8
Magic number. Must be LV_IMAGE_HEADER_MAGIC.
lv_image_header_t::cf
uint32_t
:
8
Color format: See `lv_color_format_t`.
lv_image_header_t::flags
uint32_t
:
16
Image flags, see `lv_image_flags_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