Searched refs:monitor_cb (Results 1 – 5 of 5) sorted by relevance
123 void (*monitor_cb)(struct _lv_disp_drv_t * disp_drv, uint32_t time, uint32_t px); member
25 - in the display driver's `monitor_cb` accumulate the time-to-render and the number of cycles34 …th full screen refresh uncomment `lv_obj_invalidate(lv_scr_act())` in `monitor_cb()` in `lv_demo_b…
91 static void monitor_cb(lv_disp_drv_t * drv, uint32_t time, uint32_t px);662 disp->driver->monitor_cb = monitor_cb; in benchmark_init()757 static void monitor_cb(lv_disp_drv_t * drv, uint32_t time, uint32_t px) in monitor_cb() function
350 if(disp_refr->driver->monitor_cb) { in _lv_disp_refr_timer()351 disp_refr->driver->monitor_cb(disp_refr->driver, elaps, px_num); in _lv_disp_refr_timer()
106 - `monitor_cb` A callback function that tells how many pixels were refreshed and in how much time. …