Home
last modified time | relevance | path

Searched refs:LV_IMAGE_DECLARE (Results 1 – 25 of 54) sorted by relevance

123

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_private.h27 LV_IMAGE_DECLARE(img_weather_day_0); /* assets/dy-0.png */
28 LV_IMAGE_DECLARE(img_weather_day_1); /* assets/dy-1.png */
29 LV_IMAGE_DECLARE(img_weather_day_2); /* assets/dy-2.png */
30 LV_IMAGE_DECLARE(img_weather_day_3); /* assets/dy-3.png */
31 LV_IMAGE_DECLARE(img_weather_day_4); /* assets/dy-4.png */
32 LV_IMAGE_DECLARE(img_weather_day_5); /* assets/dy-5.png */
33 LV_IMAGE_DECLARE(img_weather_day_6); /* assets/dy-6.png */
34 LV_IMAGE_DECLARE(img_weather_day_7); /* assets/dy-7.png */
36 LV_IMAGE_DECLARE(img_weather_night_0); /* assets/nt-0.png */
37 LV_IMAGE_DECLARE(img_weather_night_1); /* assets/nt-1.png */
[all …]
/lvgl-latest/tests/src/test_cases/draw/
Dtest_image_formats.c44 LV_IMAGE_DECLARE(test_I1_NONE_align1);
45 LV_IMAGE_DECLARE(test_I2_NONE_align1);
46 LV_IMAGE_DECLARE(test_I4_NONE_align1);
47 LV_IMAGE_DECLARE(test_I8_NONE_align1);
48 LV_IMAGE_DECLARE(test_A1_NONE_align1);
49 LV_IMAGE_DECLARE(test_A2_NONE_align1);
50 LV_IMAGE_DECLARE(test_A4_NONE_align1);
51 LV_IMAGE_DECLARE(test_A8_NONE_align1);
52 LV_IMAGE_DECLARE(test_RGB565A8_NONE_align1);
53 LV_IMAGE_DECLARE(test_RGB565_NONE_align1);
[all …]
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c52 LV_IMAGE_DECLARE(img_multilang_avatar_1);
53 LV_IMAGE_DECLARE(img_multilang_avatar_2);
54 LV_IMAGE_DECLARE(img_multilang_avatar_3);
55 LV_IMAGE_DECLARE(img_multilang_avatar_4);
56 LV_IMAGE_DECLARE(img_multilang_avatar_5);
57 LV_IMAGE_DECLARE(img_multilang_avatar_6);
58 LV_IMAGE_DECLARE(img_multilang_avatar_7);
59 LV_IMAGE_DECLARE(img_multilang_avatar_8);
60 LV_IMAGE_DECLARE(img_multilang_avatar_9);
61 LV_IMAGE_DECLARE(img_multilang_avatar_10);
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_imagebutton.c23 LV_IMAGE_DECLARE(imagebutton_left); in test_imagebutton_basic_appearance()
24 LV_IMAGE_DECLARE(imagebutton_right); in test_imagebutton_basic_appearance()
25 LV_IMAGE_DECLARE(imagebutton_mid); in test_imagebutton_basic_appearance()
45 LV_IMAGE_DECLARE(music_button_play); in test_imagebutton_basic_appearance()
Dtest_image.c7 LV_IMAGE_DECLARE(test_img_lvgl_logo_png);
8 LV_IMAGE_DECLARE(test_arc_bg);
368 LV_IMAGE_DECLARE(test_I1_NONE_align64); in create_test_images()
369 LV_IMAGE_DECLARE(test_I2_NONE_align64); in create_test_images()
370 LV_IMAGE_DECLARE(test_I4_NONE_align64); in create_test_images()
371 LV_IMAGE_DECLARE(test_I8_NONE_align64); in create_test_images()
372 LV_IMAGE_DECLARE(test_A1_NONE_align64); in create_test_images()
373 LV_IMAGE_DECLARE(test_A2_NONE_align64); in create_test_images()
374 LV_IMAGE_DECLARE(test_A4_NONE_align64); in create_test_images()
375 LV_IMAGE_DECLARE(test_A8_NONE_align64); in create_test_images()
[all …]
Dtest_animimg.c8 LV_IMAGE_DECLARE(test_animimg001);
9 LV_IMAGE_DECLARE(test_animimg002);
10 LV_IMAGE_DECLARE(test_animimg003);
Dtest_imgfont.c27 LV_IMAGE_DECLARE(emoji_F617); in get_imgfont_path()
/lvgl-latest/examples/widgets/animimg/
Dlv_example_animimg_1.c3 LV_IMAGE_DECLARE(animimg001);
4 LV_IMAGE_DECLARE(animimg002);
5 LV_IMAGE_DECLARE(animimg003);
/lvgl-latest/tests/src/test_cases/libs/
Dtest_bin_decoder.c73 LV_IMAGE_DECLARE(test_image_cogwheel_i4); in test_bin_decoder_i4()
78 LV_IMAGE_DECLARE(test_image_cogwheel_i4); in test_bin_decoder_i4_tile()
83 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in test_bin_decoder_argb8888()
88 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in test_bin_decoder_argb8888_tile()
/lvgl-latest/examples/widgets/imagebutton/
Dlv_example_imagebutton_1.c6 LV_IMAGE_DECLARE(imagebutton_left); in lv_example_imagebutton_1()
7 LV_IMAGE_DECLARE(imagebutton_right); in lv_example_imagebutton_1()
8 LV_IMAGE_DECLARE(imagebutton_mid); in lv_example_imagebutton_1()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c87 LV_IMAGE_DECLARE(img_ebike_bg_large); in lv_demo_ebike()
90 LV_IMAGE_DECLARE(img_ebike_bg); in lv_demo_ebike()
147 LV_IMAGE_DECLARE(img_ebike_settings); in menu_bar_create()
156 LV_IMAGE_DECLARE(img_ebike_stats); in menu_bar_create()
165 LV_IMAGE_DECLARE(img_ebike_home); in menu_bar_create()
Dlv_demo_ebike_home.c181 LV_IMAGE_DECLARE(img_ebike_scale_large); in left_cont_create()
185 LV_IMAGE_DECLARE(img_ebike_scale); in left_cont_create()
257 LV_IMAGE_DECLARE(img_ebike_arrow_left); in left_cont_create()
261 LV_IMAGE_DECLARE(img_ebike_lamp); in left_cont_create()
265 LV_IMAGE_DECLARE(img_ebike_arrow_right); in left_cont_create()
293 LV_IMAGE_DECLARE(img_ebike_clock); in left_cont_create()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c292 LV_IMAGE_DECLARE(img_lv_demo_music_logo); in lv_demo_music_main_create()
453 LV_IMAGE_DECLARE(img_lv_demo_music_wave_top); in create_wave_images()
454 LV_IMAGE_DECLARE(img_lv_demo_music_wave_bottom); in create_wave_images()
469 LV_IMAGE_DECLARE(img_lv_demo_music_corner_left); in create_wave_images()
470 LV_IMAGE_DECLARE(img_lv_demo_music_corner_right); in create_wave_images()
529 LV_IMAGE_DECLARE(img_lv_demo_music_icon_1); in create_icon_box()
530 LV_IMAGE_DECLARE(img_lv_demo_music_icon_2); in create_icon_box()
531 LV_IMAGE_DECLARE(img_lv_demo_music_icon_3); in create_icon_box()
532 LV_IMAGE_DECLARE(img_lv_demo_music_icon_4); in create_icon_box()
578 LV_IMAGE_DECLARE(img_lv_demo_music_btn_loop); in create_ctrl_box()
[all …]
Dlv_demo_music_list.c43 LV_IMAGE_DECLARE(img_lv_demo_music_btn_list_play);
44 LV_IMAGE_DECLARE(img_lv_demo_music_btn_list_pause);
219 LV_IMAGE_DECLARE(img_lv_demo_music_list_border); in add_list_button()
/lvgl-latest/examples/libs/gif/
Dlv_example_gif_1.c9 LV_IMAGE_DECLARE(img_bulb_gif); in lv_example_gif_1()
/lvgl-latest/examples/libs/lodepng/
Dlv_example_lodepng_1.c9 LV_IMAGE_DECLARE(img_wink_png); in lv_example_lodepng_1()
/lvgl-latest/examples/widgets/image/
Dlv_example_image_1.c6 LV_IMAGE_DECLARE(img_cogwheel_argb); in lv_example_image_1()
Dlv_example_image_3.c19 LV_IMAGE_DECLARE(img_cogwheel_argb); in lv_example_image_3()
/lvgl-latest/tests/src/test_cases/xml/
Dtest_xml_image.c19 LV_IMAGE_DECLARE(test_img_lvgl_logo_png); in test_xml_tabview_with_attrs()
Dtest_xml_general.c269 LV_IMAGE_DECLARE(img_render_lvgl_logo_l8); in test_xml_image_and_font()
270 LV_IMAGE_DECLARE(img_render_lvgl_logo_rgb565); in test_xml_image_and_font()
/lvgl-latest/examples/libs/libpng/
Dlv_example_libpng_1.c11 LV_IMAGE_DECLARE(img_png_demo); in lv_example_libpng_1()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_4.c9 LV_IMAGE_DECLARE(img_skew_strip); in lv_example_bar_4()
/lvgl-latest/examples/styles/
Dlv_example_style_6.c27 LV_IMAGE_DECLARE(img_cogwheel_argb); in lv_example_style_6()
/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_3.c33 LV_IMAGE_DECLARE(img_caret_down); in lv_example_dropdown_3()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_6.c24 LV_IMAGE_DECLARE(img_star); in lv_example_canvas_6()

123