Lines Matching refs:rtl_label
484 lv_obj_t * rtl_label = lv_label_create(lv_screen_active());
485 …lv_label_set_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Process…
486 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
487 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0);
488 lv_obj_set_width(rtl_label, 310);
489 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0);
525 rtl_label = lv.label(lv.scr_act())
526 …rtl_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)…
527 rtl_label.set_style_base_dir(lv.BASE_DIR.RTL, 0)
528 rtl_label.set_style_text_font(lv.font_dejavu_16_persian_hebrew, 0)
529 rtl_label.set_width(310)
530 rtl_label.align(lv.ALIGN.LEFT_MID, 5, 0)