Home
last modified time | relevance | path

Searched refs:create_button (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c30 static lv_obj_t * create_button(lv_obj_t * parent, const void * img_src, lv_demo_high_res_ctx_t * c…
132 lv_obj_t * left = create_button(buttons, c->imgs[IMG_PAGER_LEFT], c); in lv_demo_high_res_app_about()
135 lv_obj_t * play_pause = create_button(buttons, c->imgs[IMG_PAGER_PAUSE], c); in lv_demo_high_res_app_about()
138 lv_obj_t * right = create_button(buttons, c->imgs[IMG_PAGER_RIGHT], c); in lv_demo_high_res_app_about()
190 static lv_obj_t * create_button(lv_obj_t * parent, const void * img_src, lv_demo_high_res_ctx_t * c) in create_button() function