Searched refs:flushing (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/display/ |
D | lv_display_private.h | 84 volatile int flushing; member
|
D | lv_display.c | 560 disp->flushing = 0; in lv_display_flush_ready()
|
/lvgl-latest/docs/details/integration/os/ |
D | zephyr.rst | 168 … use of two rendering buffers, allowing for parallel rendering and data flushing, thus improving r… 177 … Zephyr versions 3.7.0 and below, additional options are available to manage LVGL's frame flushing: 179 - **CONFIG_LV_Z_FLUSH_THREAD**: Enables flushing LVGL frames in a separate thread, allowing the mai… 185 …r, the OSAL (Operating System Abstraction Layer) can be utilized, which takes care of the flushing.
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 1271 disp->flushing = 1; in draw_buf_flush() 1326 if(disp->flushing) { in wait_for_flushing() 1329 disp->flushing = 0; in wait_for_flushing() 1332 while(disp->flushing); in wait_for_flushing()
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 253 other buffer after flushing. Due to this in :ref:`flush_callback` typically 321 * Inform LVGL that flushing is complete so buffer can be modified again. */ 338 :cpp:expr:`lv_display_flush_ready(display1)` needs to be called when flushing is 371 while waiting for flushing. 374 wait callback be set for flushing. This callback can use a semaphore, mutex, 404 can be rotated on their own before flushing to the frame buffer. 652 …d once for each invalidated area. Therefore, tiling is not visible from the flushing point of view.
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 141 * Inform the graphics library that you are ready with the flushing */ 269 * Inform the graphics library that you are ready with the flushing */
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | st_ltdc.rst | 26 - parallelized flushing with DMA2D (only for partial render mode)
|
D | gen_mipi.rst | 69 Please note that while display flushing is handled by the driver, it is the user's responsibility t…
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 303 - **fix(refr): call flush_wait_cb only if flushing is in progress** `6174 <https://github.com/lvgl/…
|