Lines Matching full:with
5 - `lv_disp_drv_t` contains callback functions to interact with the display and manipulate low level…
21 /*Initialize `disp_buf` with the buffer(s). With only one buffer use NULL instead buf_2 */
52 …with an external display controller (e.g. ILI9341 or SSD1963) accessed via serial link. The latter…
57 With `direct_mode` the frame buffer always contains the current frame as it should be displayed on …
72 1. initialized with `lv_disp_drv_init(&disp_drv)`
74 3. it needs to be registered in LVGL with `lv_disp_drv_register(&disp_drv)`
101 Some other optional callbacks to make it easier and more optimal to work with monochrome, grayscale…
103 …if the display controller can refresh only areas with specific height or width (usually 8 px heigh…
105 … the required number of bits for the given area size. Note that rendering with `set_px_cb` is slow…
111 - `gpu_fill_cb` fill an area in the memory with a color.
143 * Inform the graphics library that you are ready with the flushing*/
203 (Note for users upgrading from 7.10.0 and older: these new rotation enum values match up with the o…
215 … when the display refreshing happen, for example to synchronize rendering with VSYNC or the TE sig…
232 …, the value of `LV_DISP_DEF_REFR_PERIOD` needs to be set to be consistent with the refresh period …