lv_button.h

Functions

lv_obj_t *lv_button_create(lv_obj_t *parent)

Create a button object

Parameters:

parent -- pointer to an object, it will be the parent of the new button

Returns:

pointer to the created button

Variables

const lv_obj_class_t lv_button_class
struct lv_button_t

Public Members

lv_obj_t obj