Searched refs:flush_wait_cb (Results 1 – 5 of 5) sorted by relevance
47 static void flush_wait_cb(lv_display_t * disp);115 lv_display_set_flush_wait_cb(disp, flush_wait_cb); in create()206 static void flush_wait_cb(lv_display_t * disp) in flush_wait_cb() function
80 lv_display_flush_wait_cb_t flush_wait_cb; member
500 disp->flush_wait_cb = wait_cb; in lv_display_set_flush_wait_cb()
1325 if(disp->flush_wait_cb) { in wait_for_flushing()1327 disp->flush_wait_cb(disp); in wait_for_flushing()
303 - **fix(refr): call flush_wait_cb only if flushing is in progress** `6174 <https://github.com/lvgl/…