Lines Matching refs:hint_down
71 static lv_obj_t * hint_down; variable
477 hint_down = lv_image_create(hint_panel); in create_home_hints()
478 lv_image_set_src(hint_down, &img_cloud_icon); in create_home_hints()
479 lv_image_set_scale(hint_down, 200); in create_home_hints()
480 lv_obj_set_width(hint_down, LV_SIZE_CONTENT); in create_home_hints()
481 lv_obj_set_height(hint_down, LV_SIZE_CONTENT); in create_home_hints()
482 lv_obj_set_align(hint_down, LV_ALIGN_BOTTOM_MID); in create_home_hints()
483 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
484 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_CLICKABLE); in create_home_hints()
485 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
486 lv_obj_set_style_bg_color(hint_down, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
487 lv_obj_set_style_bg_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()