Skip to content

Commit 9b7125c

Browse files
Cleanup file_manager.py
1 parent 7f2c30c commit 9b7125c

File tree

1 file changed

+0
-6
lines changed
  • internal_filesystem/apps/com.micropythonos.filemanager/assets

1 file changed

+0
-6
lines changed

internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ def onCreate(self):
1111
screen = lv.obj()
1212
self.file_explorer = lv.file_explorer(screen)
1313
#self.file_explorer.set_root_path("M:data/images/")
14-
#self.file_explorer.explorer_open_dir('/')
15-
#self.file_explorer.explorer_open_dir('M:data/images/')
16-
#self.file_explorer.explorer_open_dir('M:/')
1714
self.file_explorer.explorer_open_dir('M:/')
18-
#self.file_explorer.explorer_open_dir('M:data/images/')
19-
#self.file_explorer.explorer_open_dir('P:.') # POSIX works on desktop, fs_driver gives unicode error doesn't because it doesn't have dir_open, dir_read, dir_close but that's fixed in https://github.com/lvgl-micropython/lvgl_micropython/pull/399
20-
#self.file_explorer.explorer_open_dir('P:/tmp') # POSIX works, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close
2115
#file_explorer.explorer_open_dir('S:/')
2216
#self.file_explorer.set_size(lv.pct(100), lv.pct(100))
2317
#file_explorer.set_mode(lv.FILE_EXPLORER.MODE.DEFAULT) # Default browsing mode

0 commit comments

Comments
 (0)