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:
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user