Lines Matching refs:rtl_label
371 lv_obj_t * rtl_label = lv_label_create(lv_screen_active());
372 lv_label_set_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processi…
373 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0);
374 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0);
375 lv_obj_set_width(rtl_label, 310);
376 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0);
399 rtl_label = lv.label(lv.screen_active())
400 rtl_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit).…
401 rtl_label.set_style_base_dir(lv.BASE_DIR.RTL, 0)
402 rtl_label.set_style_text_font(lv.font_dejavu_16_persian_hebrew, 0)
403 rtl_label.set_width(310)
404 rtl_label.align(lv.ALIGN.LEFT_MID, 5, 0)