Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/demos/benchmark/
DREADME.md38 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 LVGL
52 /* Disable updating the screen (the flushing process) when disp_flush() is called by LVGL
70 *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…
/lvgl-3.7.0/src/hal/
Dlv_hal_disp.h59 volatile int flushing; member
Dlv_hal_disp.c521 disp_drv->draw_buf->flushing = 0; in lv_disp_flush_ready()
/lvgl-3.7.0/src/core/
Dlv_refr.c709 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()
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino30 /* Display flushing */
/lvgl-3.7.0/docs/porting/
Ddisplay.md84 `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*/
/lvgl-3.7.0/docs/get-started/
Dquick-overview.md54 lv_disp_flush_ready(disp); /* Indicate you are ready with the flushing*/
/lvgl-3.7.0/docs/overview/
Ddrawing.md45 …w to the second buffer when the first is sent to `flush_cb` because the flushing should be done by…
/lvgl-3.7.0/docs/
DCHANGELOG.md370 - feat(porting): add flushing control to the template [`3384`](https://github.com/lvgl/lvgl/pull/33…