Searched refs:flushing (Results 1 – 9 of 9) sorted by relevance
38 If you are doing performance analysis for 2D image processing optimization, LCD latency (flushing d…40 1. Use a flag to control the LCD flushing inside `disp_flush()`. For example:45 /* Enable updating the screen (the flushing process) when disp_flush() is called by LVGL52 /* Disable updating the screen (the flushing process) when disp_flush() is called by LVGL70 *Inform the graphics library that you are ready with the flushing*/75 2. Disable flushing before calling `lv_demo_benchmark()` or `lv_demo_benchmark_run_scene()`, for ex…
59 volatile int flushing; member
521 disp_drv->draw_buf->flushing = 0; in lv_disp_flush_ready()
709 while(draw_buf->flushing) { in refr_area_part()1212 draw_buf->flushing = 1; in draw_buf_rotate()1253 while(draw_buf->flushing) { in draw_buf_rotate()1279 while(draw_buf->flushing) { in draw_buf_flush()1284 draw_buf->flushing = 1; in draw_buf_flush()
30 /* Display flushing */
84 `lv_disp_flush_ready(&disp_drv)` needs to be called when flushing is ready.143 * Inform the graphics library that you are ready with the flushing*/
54 lv_disp_flush_ready(disp); /* Indicate you are ready with the flushing*/
45 …w to the second buffer when the first is sent to `flush_cb` because the flushing should be done by…
370 - feat(porting): add flushing control to the template [`3384`](https://github.com/lvgl/lvgl/pull/33…