You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
ImageView: sort images
This commit is contained in:
@@ -78,6 +78,7 @@ class ImageView(Activity):
|
||||
print(f"Skipping file of size {size}")
|
||||
continue
|
||||
self.images.append(fullname)
|
||||
self.images.sort()
|
||||
# Begin with one image:
|
||||
self.show_next_image()
|
||||
self.stop_fullscreen()
|
||||
|
||||
Reference in New Issue
Block a user