Skip to content

Commit f274c55

Browse files
Remove app1 and app2, add HelloWorld
1 parent b96a0fa commit f274c55

File tree

7 files changed

+15
-114
lines changed

7 files changed

+15
-114
lines changed

internal_filesystem/apps/com.example.app1/META-INF/MANIFEST.MF

Lines changed: 0 additions & 4 deletions
This file was deleted.

internal_filesystem/apps/com.example.app1/assets/app1.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

internal_filesystem/apps/com.example.app2/META-INF/MANIFEST.MF

Lines changed: 0 additions & 4 deletions
This file was deleted.

internal_filesystem/apps/com.example.app2/assets/app2.py

Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Manifest-Version: 1.0
2+
Name: HelloWorld
3+
Start-Script: assets/hello.py
4+
Version: 0.0.1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import time
2+
myscreen = lv.screen_active()
3+
4+
print("Hello World running!")
5+
6+
label = lv.label(myscreen)
7+
label.set_text("Hello World!")
8+
9+
while lv.screen_active() == myscreen
10+
time.sleep_ms(100)
11+
5.25 KB
Loading

0 commit comments

Comments
 (0)