mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 07:02:05 +08:00
chore(example): fix image path in lv_example_btnmatrix_2.py
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user