We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaecd7c commit 2229fc8Copy full SHA for 2229fc8
internal_filesystem/apps/com.micropythonos.imageview/assets/imageview.py
@@ -288,5 +288,4 @@ def clear_image(self):
288
#lv.image_cache_invalidate_src(None) # Invalidate LVGL image cache
289
# These 2 are needed to enable infinite slides with just 10MB RAM:
290
lv.image.cache_drop(None) # This helps a lot!
291
- gc.collect() # Force garbage collection seems to fix memory alloc issues!
292
-
+ gc.collect() # Force garbage collection seems to fix memory alloc issues!
0 commit comments