lv_types.h
Defines
-
LV_UNUSED(x)
-
_LV_CONCAT(x, y)
-
LV_CONCAT(x, y)
-
_LV_CONCAT3(x, y, z)
-
LV_CONCAT3(x, y, z)
-
LV_FORMAT_ATTRIBUTE(fmtstr, vararg)
Typedefs
-
typedef _lv_result_t lv_result_t
-
typedef uint32_t lv_uintptr_t
-
typedef int32_t lv_intptr_t
-
typedef int32_t lv_value_precise_t
-
typedef _lv_state_t lv_state_t
-
typedef _lv_part_t lv_part_t
-
typedef _lv_obj_flag_t lv_obj_flag_t
-
typedef struct _lv_obj_class_t lv_obj_class_t
-
typedef struct _lv_group_t lv_group_t
-
typedef struct _lv_display_t lv_display_t
-
typedef struct _lv_layer_t lv_layer_t
-
typedef struct _lv_draw_unit_t lv_draw_unit_t
-
typedef struct _lv_draw_task_t lv_draw_task_t
-
typedef struct _lv_indev_t lv_indev_t
-
typedef struct _lv_event_t lv_event_t
-
typedef struct _lv_timer_t lv_timer_t
-
typedef struct _lv_theme_t lv_theme_t
-
typedef struct _lv_anim_t lv_anim_t
-
typedef struct _lv_font_t lv_font_t
-
typedef struct _lv_image_decoder_t lv_image_decoder_t