lv_objx_templ.h

API reference for lv_objx_templ.h

Report on GitHub

Functions

lv_templ_create

Create a templ object

 
lv_obj_t * lv_templ_create(lv_obj_t *parent)
Parameters
NameTypeDescription
parentlv_obj_t *pointer to an object, it will be the parent of the new templ

Returns: lv_obj_t * — pointer to the created bar

Structs

struct

lv_templ_t

TODO Remove these instructions Search and replace: templ -> object short name with lower case(e.g. btn, label etc) TEMPL -> object short name with upper case (e.g. BTN, LABEL etc.)

MemberTypeDescription
ancestorlv_ANCESTOR_t

Variables

lv_templ_class

 
const lv_obj_class_t lv_templ_class

Dependencies

How is this guide?

Last updated on

On this page