Lines Matching full:can

6 Images are the basic object to display images from flash (as arrays) or from files. Images can disp…
8 Using the [Image decoder interface](/overview/image.html#image-decoder) custom image formats can be…
16 To provide maximum flexibility, the source of the image can be:
31can also set a symbol similarly to [Labels](/widgets/core/label). In this case, the image will be …
35 Therefore, images and labels are somewhat interchangeable, that is the images can display texts by …
49 These options can be selected in the image converter. To learn more about the color formats, read t…
52 A color can be mixed with every pixel of an image with a given intensity.
53 This can be useful to show different states (checked, inactive, pressed, etc.) of an image without …
54 This feature can be enabled in the style by setting `img_recolor_opa` between `LV_OPA_TRANSP` (no r…
65 For example, you can have a *300 x 5* image with a special gradient and set it as a wallpaper using…
68 With `lv_img_set_offset_x(img, x_ofs)` and `lv_img_set_offset_y(img, y_ofs)`, you can add some offs…
70 …](https://en.wikipedia.org/wiki/Texture_atlas) or a "running image" effect can be created by [Anim…
82 By default, the pivot point of the rotation is the center of the image. It can be changed with `lv_…
84 The quality of the transformation can be adjusted with `lv_img_set_antialias(img, true/false)`. Wit…
86 …DEXED_...`), alpha only images (`LV_IMG_CF_ALPHA_...`) or images from files can not be transformed.
108 You can use `lv_obj_set_style_radius` to set radius to an image, and enable `lv_obj_set_style_clip_…