Skip to content

Commit f792e45

Browse files
Comments
1 parent 0f2566f commit f792e45

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def onCreate(self):
1414
#self.file_explorer.explorer_open_dir('/')
1515
#self.file_explorer.explorer_open_dir('M:data/images/')
1616
#self.file_explorer.explorer_open_dir('M:/')
17-
self.file_explorer.explorer_open_dir('M:/') # unicode error on desktop, maybe reoccurence of https://github.com/lvgl-micropython/lvgl_micropython/issues/398 https://github.com/lvgl-micropython/lvgl_micropython/pull/399
17+
self.file_explorer.explorer_open_dir('M:/')
1818
#self.file_explorer.explorer_open_dir('M:data/images/')
19-
#self.file_explorer.explorer_open_dir('P:.') # POSIX works on desktop, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close
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
2020
#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
2121
#file_explorer.explorer_open_dir('S:/')
2222
#self.file_explorer.set_size(lv.pct(100), lv.pct(100))

0 commit comments

Comments
 (0)