lv_nuttx_entry.h
API reference for lv_nuttx_entry.h
Summary
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
| Member | Type | Description |
|---|---|---|
fb_path | const char * | |
input_path | const char * | |
utouch_path | const char * | |
mouse_path | const char * | |
trace_path | const char * |
Used by 3 functions
lv_nuttx_dsc_init— paramdsclv_nuttx_init— paramdsclv_nuttx_init_custom— paramdsc
struct
lv_nuttx_result_t
| Member | Type | Description |
|---|---|---|
disp | lv_display_t * | |
indev | lv_indev_t * | |
utouch_indev | lv_indev_t * | |
mouse_indev | lv_indev_t * |
Used by 5 functions
lv_nuttx_init— paramresultlv_nuttx_deinit— paramresultlv_nuttx_init_custom— paramresultlv_nuttx_deinit_custom— paramresultlv_nuttx_run— paramresult
struct
_lv_nuttx_ctx_t
| Member | Type | Description |
|---|---|---|
image_cache | void * | |
trace_fd | int |
Typedefs
lv_nuttx_ctx_t
typedef struct _lv_nuttx_ctx_t lv_nuttx_ctx_tDependencies
How is this guide?
Last updated on