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:
@@ -136,7 +136,7 @@ try_capture()
|
||||
import time
|
||||
while appscreen == lv.screen_active():
|
||||
try_capture()
|
||||
time.sleep_ms(100) # Allow for the MicroPython REPL to still work
|
||||
time.sleep_ms(100) # Allow for the MicroPython REPL to still work. Reducing it doesn't seem to affect the on-display FPS.
|
||||
|
||||
print("App backgrounded, deinitializing camera...")
|
||||
cam.deinit()
|
||||
|
||||
Reference in New Issue
Block a user