lv_image_t struct
DEFINES TYPEDEFS Data of image
Fields
Image source: Pointer to an array or a file or a symbol.
Pointer to an A8 bitmap mask.
Width of the image (Handled by the library).
Height of the image (Handled by the library).
Rotation angle of the image.
256 means no zoom, 512 double size, 128 half size.
256 means no zoom, 512 double size, 128 half size.
Rotation center of the image.
Color format from `lv_color_format_t`.
Apply anti-aliasing in transformations (rotate, zoom).
Image size mode when image size and object size is different. See lv_image_align_t.
Element of `lv_blend_mode_t`.