Lines Matching refs:hint_up
70 static lv_obj_t * hint_up; variable
465 hint_up = lv_image_create(hint_panel); in create_home_hints()
466 lv_image_set_src(hint_up, &img_note_icon); in create_home_hints()
467 lv_image_set_scale(hint_up, 200); in create_home_hints()
468 lv_obj_set_width(hint_up, LV_SIZE_CONTENT); in create_home_hints()
469 lv_obj_set_height(hint_up, LV_SIZE_CONTENT); in create_home_hints()
470 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_home_hints()
471 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
472 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_CLICKABLE); in create_home_hints()
473 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
474 lv_obj_set_style_bg_color(hint_up, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
475 lv_obj_set_style_bg_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()