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:
@@ -14,9 +14,9 @@ class FileManager(Activity):
|
||||
#self.file_explorer.explorer_open_dir('/')
|
||||
#self.file_explorer.explorer_open_dir('M:data/images/')
|
||||
#self.file_explorer.explorer_open_dir('M:/')
|
||||
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
|
||||
self.file_explorer.explorer_open_dir('M:/')
|
||||
#self.file_explorer.explorer_open_dir('M:data/images/')
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#file_explorer.explorer_open_dir('S:/')
|
||||
#self.file_explorer.set_size(lv.pct(100), lv.pct(100))
|
||||
|
||||
Reference in New Issue
Block a user