Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf792e45

Browse files
Comments
1 parent0f2566f commitf792e45

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_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
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)

[8]ページ先頭

©2009-2025 Movatter.jp