Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_libuv.c29 bool polling; member
206 fb_ctx->polling = false; in lv_nuttx_uv_disp_poll_cb()
213 if(fb_ctx->polling) { in lv_nuttx_uv_disp_refr_req_cb()
216 fb_ctx->polling = true; in lv_nuttx_uv_disp_refr_req_cb()
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dtimer_handler.rst56 os_delay_ms(time_till_next); /* delay to avoid unnecessary polling */
/lvgl-latest/docs/details/integration/driver/display/
Dili9341.rst60 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
Dst7735.rst62 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
Dst7789.rst61 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
Dst7796.rst62 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
Dgen_mipi.rst77 …by polling the hardware, polling a global variable (which is reset at the end of the transfer), or…
Dlcd_stm32_guide.rst200 …ic implementation of the LCD send command function. In general this should use polling transfer. */
216 /* for short data blocks we use polling transfer */
/lvgl-latest/docs/details/main-components/
Dindev.rst522 intermittent polling there is a chance that some user gestures are
537 might need to read it by polling a file descriptor (fd).