Searched refs:rtl_label (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_3.c | 15 lv_obj_t * rtl_label = lv_label_create(lv_screen_active()); in lv_example_label_3() local 16 lv_label_set_text(rtl_label, in lv_example_label_3() 18 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0); in lv_example_label_3() 19 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_label_3() 20 lv_obj_set_width(rtl_label, 310); in lv_example_label_3() 21 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0); in lv_example_label_3()
|
/lvgl-latest/docs/ |
D | README_jp.rst | 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) [all …]
|
D | README_zh.rst | 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) [all …]
|
D | README_pt_BR.rst | 544 lv_obj_t * rtl_label = lv_label_create(lv_screen_active()); 545 …lv_label_set_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Process… 546 lv_obj_set_style_base_dir(rtl_label, LV_BASE_DIR_RTL, 0); 547 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0); 548 lv_obj_set_width(rtl_label, 310); 549 lv_obj_align(rtl_label, LV_ALIGN_LEFT_MID, 5, 0); 585 rtl_label = lv.label(lv.scr_act()) 586 …rtl_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)… 587 rtl_label.set_style_base_dir(lv.BASE_DIR.RTL, 0) 588 rtl_label.set_style_text_font(lv.font_dejavu_16_persian_hebrew, 0) [all …]
|
/lvgl-latest/ |
D | README.md | 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) [all …]
|