Lines Matching full:will
28 If only a small area changes (e.g. a button is pressed) then only that area will be refreshed.
49 In the display driver (`lv_disp_drv_t`) enabling the `full_refresh` bit will force LVGL to always r…
52 …controller (e.g. ILI9341 or SSD1963) accessed via serial link. The latter will generally be too sl…
55 If the `direct_mode` flag is enabled in the display driver LVGL will draw directly into a **screen …
56 It this case `flush_cb` will be called only once when all dirty areas are redrawn.
58 If 2 frame buffers are provided as draw buffers LVGL will alter the buffers but always draw only th…
93 - `color_chroma_key` A color which will be drawn as transparent on chrome keyed images. Set to `LV_…
112 - `gpu_wait_cb` if any GPU function returns while the GPU is still working, LVGL will use this func…
197 If you select software rotation (`sw_rotate` flag set to 1), LVGL will perform the rotation for you…
207 If you enable rotation the coordinates of the pointer input devices (e.g. touchpad) will be rotated…
209 …t_mode` nor `full_refresh` in the driver. When using either of these, you will have to rotate the …