Skip to content

Commit 2229fc8

Browse files
Comments
1 parent eaecd7c commit 2229fc8

File tree

1 file changed

+1
-2
lines changed
  • internal_filesystem/apps/com.micropythonos.imageview/assets

1 file changed

+1
-2
lines changed

internal_filesystem/apps/com.micropythonos.imageview/assets/imageview.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,4 @@ def clear_image(self):
288288
#lv.image_cache_invalidate_src(None) # Invalidate LVGL image cache
289289
# These 2 are needed to enable infinite slides with just 10MB RAM:
290290
lv.image.cache_drop(None) # This helps a lot!
291-
gc.collect() # Force garbage collection seems to fix memory alloc issues!
292-
291+
gc.collect() # Force garbage collection seems to fix memory alloc issues!

0 commit comments

Comments
 (0)