lv_nuttx_entry.h

API reference for lv_nuttx_entry.h

Report on GitHub

Functions

lv_nuttx_get_idle

Get the idle percentage of the system.

 
uint32_t lv_nuttx_get_idle(void)

Returns: uint32_t — The idle percentage of the system.

Structs

struct

lv_nuttx_dsc_t

MemberTypeDescription
fb_pathconst char *
input_pathconst char *
utouch_pathconst char *
mouse_pathconst char *
trace_pathconst char *
Used by 3 functions
  • lv_nuttx_dsc_init — param dsc
  • lv_nuttx_init — param dsc
  • lv_nuttx_init_custom — param dsc
struct

lv_nuttx_result_t

MemberTypeDescription
displv_display_t *
indevlv_indev_t *
utouch_indevlv_indev_t *
mouse_indevlv_indev_t *
Used by 5 functions
  • lv_nuttx_init — param result
  • lv_nuttx_deinit — param result
  • lv_nuttx_init_custom — param result
  • lv_nuttx_deinit_custom — param result
  • lv_nuttx_run — param result
struct

_lv_nuttx_ctx_t

MemberTypeDescription
image_cachevoid *
trace_fdint

Typedefs

lv_nuttx_ctx_t

 
typedef struct _lv_nuttx_ctx_t lv_nuttx_ctx_t

Dependencies

How is this guide?

Last updated on

On this page