chore(logo): update lvgl logo (#6416)

Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
Liu Yi
2024-07-05 06:19:44 +08:00
committed by GitHub
parent 382f5f1ef1
commit b6998e8aa0
125 changed files with 999 additions and 766 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -11,7 +11,7 @@ void lv_example_tjpgd_1(void)
wp = lv_image_create(lv_screen_active());
/* Assuming a File system is attached to letter 'A'
* E.g. set LV_USE_FS_STDIO 'A' in lv_conf.h */
lv_image_set_src(wp, "A:lvgl/examples/libs/tjpgd/img_lvgl_logo.jpg");
lv_image_set_src(wp, "A:test_img_lvgl_logo.jpg");
lv_obj_center(wp);
}