chore(example): fix image path in lv_example_btnmatrix_2.py

This commit is contained in:
Gabor Kiss-Vamosi
2022-01-05 13:46:02 +01:00
parent ee3aa07a83
commit 2d8476438b

View File

@@ -7,7 +7,7 @@ decoder.open_cb = open_png
# 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")