i2c_oled sample
lv_img_dsc_t
is only used within i2c_oled 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
i2c_oled sample
lv_img_dsc_t
lv_img_dsc_t struct
Image header it is compatible with the result from image converter utility
Syntax
Show:
Summary
Declaration
from
lv_img_buf.h:141
typedef
struct
{
lv_img_header_t
header
;
uint32_t
data_size
;
const
uint8_t
*
data
;
}
lv_img_dsc_t
;
Fields
Field
Declared as
Description
lv_img_dsc_t::header
lv_img_header_t
A header describing the basics of the image.
lv_img_dsc_t::data_size
uint32_t
Size of the image in bytes.
lv_img_dsc_t::data
const
uint8_t
*
Pointer to the data of 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