You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
FileManager app: speed up with less logging
This commit is contained in:
@@ -43,7 +43,7 @@ class FileManager(Activity):
|
||||
# DRAW_POST_END
|
||||
# GET_SELF_SIZE
|
||||
# 47 STYLE CHANGED
|
||||
if event_code not in [2,19,23,24,25,26,27,28,29,30,47,49]:
|
||||
if event_code not in [2,19,23,24,25,26,27,28,29,30,31,32,33,47,49,52]:
|
||||
name = mpos.ui.get_event_name(event_code)
|
||||
print(f"file_explorer_event_cb {event_code} with name {name}")
|
||||
if event_code == lv.EVENT.VALUE_CHANGED:
|
||||
|
||||
Reference in New Issue
Block a user