Lines Matching refs:rtl_label
481 lv_obj_t * rtl_label = lv_label_create(lv_screen_active());
482 …lv_label_set_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Process…
483 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
484 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0);
485 lv_obj_set_width(rtl_label, 310);
486 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0);
513 rtl_label = lv.label(lv.screen_active())
514 …rtl_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)…
515 rtl_label.set_style_base_dir(lv.BASE_DIR.RTL, 0)
516 rtl_label.set_style_text_font(lv.font_dejavu_16_persian_hebrew, 0)
517 rtl_label.set_width(310)
518 rtl_label.align(lv.ALIGN.LEFT_MID, 5, 0)