Skip to content

Commit d28a8d9

Browse files
HowTo app: make import lvgl as lv explicit
1 parent d8493f0 commit d28a8d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal_filesystem/builtin/apps/com.micropythonos.howto/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "HowTo",
33
"publisher": "MicroPythonOS",
44
"short_description": "Welcomes the user and gives a few pointers on how to control and use MicroPythonOS.",
5-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/icons/com.micropythonos.howto_0.1.2_64x64.png",
6-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/mpks/com.micropythonos.howto_0.1.2.mpk",
5+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/icons/com.micropythonos.howto_0.1.3_64x64.png",
6+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.howto/mpks/com.micropythonos.howto_0.1.3.mpk",
77
"fullname": "com.micropythonos.howto",
8-
"version": "0.1.2",
8+
"version": "0.1.3",
99
"category": "help",
1010
"activities": [
1111
{
@@ -20,4 +20,3 @@
2020
}
2121
]
2222
}
23-

internal_filesystem/builtin/apps/com.micropythonos.howto/assets/howto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from mpos import Activity, SharedPreferences, DisplayMetrics
2+
import lvgl as lv
23

34
class HowTo(Activity):
45

0 commit comments

Comments
 (0)