Searched refs:logo (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 169 lv_obj_t * logo = lv_image_create(bottom_margin); in lv_demo_high_res_home() local 170 lv_obj_set_height(logo, c->sz->icon[1]); in lv_demo_high_res_home() 171 lv_image_set_inner_align(logo, LV_IMAGE_ALIGN_STRETCH); in lv_demo_high_res_home() 172 lv_image_set_src(logo, c->logo_path); in lv_demo_high_res_home() 173 int32_t scale = lv_image_get_scale_y(logo); in lv_demo_high_res_home() 174 lv_image_set_inner_align(logo, LV_IMAGE_ALIGN_DEFAULT); in lv_demo_high_res_home() 175 lv_image_set_scale(logo, scale); in lv_demo_high_res_home()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 293 lv_obj_t * logo = lv_image_create(lv_screen_active()); in lv_demo_music_main_create() local 294 lv_image_set_src(logo, &img_lv_demo_music_logo); in lv_demo_music_main_create() 295 lv_obj_move_foreground(logo); in lv_demo_music_main_create() 296 lv_obj_align_to(logo, spectrum_obj, LV_ALIGN_CENTER, 0, 0); in lv_demo_music_main_create() 305 lv_obj_align_to(title, logo, LV_ALIGN_OUT_LEFT_MID, -20, 0); in lv_demo_music_main_create() 310 lv_anim_set_var(&a, logo); in lv_demo_music_main_create()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 198 lv_obj_t * logo = lv_image_create(tab_bar); in lv_demo_widgets() local 199 lv_obj_add_flag(logo, LV_OBJ_FLAG_IGNORE_LAYOUT); in lv_demo_widgets() 201 lv_image_set_src(logo, &img_lvgl_logo); in lv_demo_widgets() 202 lv_obj_align(logo, LV_ALIGN_LEFT_MID, -LV_HOR_RES / 2 + 25, 0); in lv_demo_widgets() 208 lv_obj_align_to(label, logo, LV_ALIGN_OUT_RIGHT_TOP, 10, 0); in lv_demo_widgets() 214 lv_obj_align_to(label, logo, LV_ALIGN_OUT_RIGHT_BOTTOM, 10, 0); in lv_demo_widgets()
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 179 lv_image_set_src(widget, "A:/spiffs/logo.bin");
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 290 lv_xml_register_image("image1", "path/to/logo.png");
|
/lvgl-latest/docs/ |
D | README_zh.rst | 18 <img src="https://lvgl.io/github-assets/logo-colored.png" width=300px>
|
D | CHANGELOG.rst | 439 - **chore(logo): update lvgl logo** `6416 <https://github.com/lvgl/lvgl/pull/6416>`__
|
D | Doxyfile | 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 50 # in the documentation. The maximum height of the logo should not exceed 55 52 # the logo to the output directory.
|
/lvgl-latest/ |
D | README.md | 11 <img src="https://lvgl.io/github-assets/logo-colored.png" width=300px>
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …ent:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content…
|