Searched refs:home_panel (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.c | 49 static lv_obj_t * home_panel; variable 103 home_panel = lv_tileview_add_tile(parent, 0, 1, LV_DIR_TOP | LV_DIR_RIGHT); in lv_demo_smartwatch_home_create() 104 lv_obj_remove_flag(home_panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_home_create() 105 lv_obj_set_style_bg_color(home_panel, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_home_create() 106 lv_obj_set_style_bg_opa(home_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_home_create() 186 return home_panel; in lv_demo_smartwatch_get_tile_home() 224 for(uint32_t i = 0; i < lv_obj_get_child_count(home_panel); i++) { in lv_demo_smartwatch_face_load() 225 lv_obj_t * current = lv_obj_get_child(home_panel, i); in lv_demo_smartwatch_face_load() 231 lv_obj_set_parent((lv_obj_t *)*faces[index].watchface, home_panel); in lv_demo_smartwatch_face_load() 244 lv_obj_set_parent(hint_panel, home_panel); in lv_demo_smartwatch_show_home_hint() [all …]
|