lv_image_t is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const void *
Image source: Pointer to an array or a file or a symbol.
const lv_image_dsc_t *
Pointer to an A8 bitmap mask.
int32_t
Width of the image (Handled by the library).
int32_t
Height of the image (Handled by the library).
uint32_t
Rotation angle of the image.
uint32_t
256 means no zoom, 512 double size, 128 half size.
uint32_t
256 means no zoom, 512 double size, 128 half size.
Rotation center of the image.
uint32_t : 2
See: lv_image_src_t.
uint32_t : 5
Color format from `lv_color_format_t`.
uint32_t : 1
Apply anti-aliasing in transformations (rotate, zoom).
uint32_t: 4
Image size mode when image size and object size is different. See lv_image_align_t.
uint32_t: 4
Element of `lv_blend_mode_t`.

References

from examples