diff --git a/examples/others/snapshot/lv_example_snapshot_1.py b/examples/others/snapshot/lv_example_snapshot_1.py index 4f9e1fb76f..a7f05a9843 100644 --- a/examples/others/snapshot/lv_example_snapshot_1.py +++ b/examples/others/snapshot/lv_example_snapshot_1.py @@ -18,7 +18,7 @@ label.set_text(" memory free:" + str(mem_free/1024) + " kB") # Create an image from the png file try: - with open('../../assets/star.png','rb') as f: + with open('../../assets/img_star.png','rb') as f: png_data = f.read() except: print("Could not find star.png")