lv_btn.h

Functions

lv_obj_t *lv_btn_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_btn_class
struct lv_btn_t

Public Members

lv_obj_t obj