Lines Matching full:with
18 - a variable in code (a C array with the pixels).
20 - a text with [Symbols](/overview/font).
24 …r tool](https://lvgl.io/tools/imageconverter) and set the converted image with its pointer: `lv_im…
25 To make the variable visible in the C file, you need to declare it with `LV_IMG_DECLARE(converted_i…
28 You also need to use LVGL's file system module and register a driver with some functions for the ba…
41 - **Chroma-keying** - Pixels with `LV_COLOR_CHROMA_KEY` (*lv_conf.h*) color will be transparent.
52 A color can be mixed with every pixel of an image with a given intensity.
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…
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…