File tree Expand file tree Collapse file tree
internal_filesystem/builtin/apps/com.micropythonos.howto Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
2020 }
2121 ]
2222}
23-
Original file line number Diff line number Diff line change 11from mpos import Activity , SharedPreferences , DisplayMetrics
2+ import lvgl as lv
23
34class HowTo (Activity ):
45
You can’t perform that action at this time.
0 commit comments