lv_nuttx_libuv.h

Functions

void *lv_nuttx_uv_init(lv_nuttx_uv_t *uv_info)

Initialize the uv_loop using the provided configuration information.

Parameters:

uv_info -- Pointer to the lv_nuttx_uv_t structure to be initialized.

void lv_nuttx_uv_deinit(void **data)

Deinitialize the uv_loop configuration for NuttX porting layer.

Parameters:

data -- Pointer to user data.

struct lv_nuttx_uv_t

Public Members

void *loop
lv_display_t *disp
lv_indev_t *indev