Searched full:volume (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_api_example.c | 49 lv_subject_set_int(&api->subjects.volume, 50); in lv_demo_high_res_api_example() 61 lv_subject_add_observer(&api->subjects.volume, output_subject_observer_cb, (void *)"volume"); in lv_demo_high_res_api_example()
|
D | lv_demo_high_res.h | 59 … /* int: a value 0-100 of the smart home volume slider */ 60 lv_subject_t volume; member
|
D | lv_demo_high_res_app_smart_home.c | 379 lv_slider_bind_value(slider, &c->api.subjects.volume); in create_widget3() 380 lv_label_bind_text(slider_pct_label, &c->api.subjects.volume, "%"PRId32"%%"); in create_widget3()
|
D | lv_demo_high_res_util.c | 227 {"volume", LV_COLOR_FORMAT_ARGB8888}, in lv_demo_high_res_base_obj_create() 313 lv_subject_init_int(&c->api.subjects.volume, 63); in lv_demo_high_res_base_obj_create()
|
/lvgl-latest/demos/ebike/translations/ |
D | lv_i18n.c | 79 {"Volume", "الحجم"}, 124 {"Volume", "音量"},
|
D | en.yml | 13 Volume: ~
|
D | zh.yml | 13 Volume: 音量
|
D | ar.yml | 13 Volume: الحجم
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457…
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 227 slider_create(right_cont, _("Volume")); in right_cont_create()
|