diff --git a/launcher/main.py b/launcher/main.py index 3fa84e1..11bf4c2 100644 --- a/launcher/main.py +++ b/launcher/main.py @@ -3,23 +3,13 @@ ___name___ = "Launcher" ___license___ = "MIT" ___categories___ = ["System"] +___dependencies___ = ["shared/test/download.txt"] ___launchable___ = False ___bootstrapped___ = True import ugfx ugfx.clear() -apps = range(1, 10) - -cols = 4 - - -for i, p in enumerate(apps): - logical_x = i % cols - logical_y = i // cols - x = logical_x * width - - print("launcher") diff --git a/shared/test/download.txt b/shared/test/download.txt new file mode 100644 index 0000000..b37ba4c --- /dev/null +++ b/shared/test/download.txt @@ -0,0 +1 @@ +I'm a download test