Skip to content

Commit 8fee863

Browse files
Promote Font Manager to framework
1 parent 144f770 commit 8fee863

16 files changed

Lines changed: 9 additions & 8 deletions

File tree

internal_filesystem/apps/com.micropythonos.showfonts/assets/showfonts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from mpos import Activity
22
import lvgl as lv
33

4-
from font_manager import FontManager
4+
from mpos import FontManager
55

66

77
class ShowFonts(Activity):

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/1F600.png renamed to internal_filesystem/builtin/res/emojis/20x20/1F600.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/1F642.png renamed to internal_filesystem/builtin/res/emojis/20x20/1F642.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/1F929.png renamed to internal_filesystem/builtin/res/emojis/20x20/1F929.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/2639.png renamed to internal_filesystem/builtin/res/emojis/20x20/2639.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/263A.png renamed to internal_filesystem/builtin/res/emojis/20x20/263A.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/20x20/2764.png renamed to internal_filesystem/builtin/res/emojis/20x20/2764.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/56x56/1F600.png renamed to internal_filesystem/builtin/res/emojis/56x56/1F600.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/56x56/1F642.png renamed to internal_filesystem/builtin/res/emojis/56x56/1F642.png

File renamed without changes.

internal_filesystem/apps/com.micropythonos.showfonts/assets/56x56/1F929.png renamed to internal_filesystem/builtin/res/emojis/56x56/1F929.png

File renamed without changes.

0 commit comments

Comments
 (0)