Searched refs:cz_label (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/examples/widgets/label/ |
D | lv_example_label_3.c | 23 lv_obj_t * cz_label = lv_label_create(lv_scr_act()); in lv_example_label_3() local 24 lv_label_set_text(cz_label, in lv_example_label_3() 26 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_label_3() 27 lv_obj_set_width(cz_label, 310); in lv_example_label_3() 28 lv_obj_align(cz_label, LV_ALIGN_BOTTOM_LEFT, 5, -5); in lv_example_label_3()
|
D | lv_example_label_3.py | 31 cz_label = lv.label(lv.scr_act()) variable 32 cz_label.set_style_text_font(font_simsun_16_cjk, 0) 33 cz_label.set_text("嵌入式系统(Embedded System),\n是一种嵌入机械或电气系统内部、具有专一功能和实时计算性能的计算机系统。") 34 cz_label.set_width(310) 35 cz_label.align(lv.ALIGN.BOTTOM_LEFT, 5, -5)
|
/lvgl-3.7.0/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 48 lv_obj_t * cz_label = lv_label_create(lv_scr_act()); in lv_example_ime_pinyin_1() local 49 lv_label_set_text(cz_label, in lv_example_ime_pinyin_1() 51 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_1() 52 lv_obj_set_width(cz_label, 310); in lv_example_ime_pinyin_1() 53 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_1()
|
D | lv_example_ime_pinyin_2.c | 50 lv_obj_t * cz_label = lv_label_create(lv_scr_act()); in lv_example_ime_pinyin_2() local 51 lv_label_set_text(cz_label, in lv_example_ime_pinyin_2() 53 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_2() 54 lv_obj_set_width(cz_label, 310); in lv_example_ime_pinyin_2() 55 lv_obj_align_to(cz_label, ta1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in lv_example_ime_pinyin_2()
|