You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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('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_drivergives unicode errordoesn'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
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