You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments
This commit is contained in:
@@ -288,5 +288,4 @@ class ImageView(Activity):
|
||||
#lv.image_cache_invalidate_src(None) # Invalidate LVGL image cache
|
||||
# These 2 are needed to enable infinite slides with just 10MB RAM:
|
||||
lv.image.cache_drop(None) # This helps a lot!
|
||||
gc.collect() # Force garbage collection seems to fix memory alloc issues!
|
||||
|
||||
gc.collect() # Force garbage collection seems to fix memory alloc issues!
|
||||
|
||||
Reference in New Issue
Block a user