summaryrefslogtreecommitdiff
path: root/wasp/apps/testapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/testapp.py')
-rw-r--r--wasp/apps/testapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py
index 8b8ff67..acd1735 100644
--- a/wasp/apps/testapp.py
+++ b/wasp/apps/testapp.py
@@ -133,7 +133,7 @@ class TestApp():
t = machine.Timer(id=1, period=8000000)
t.start()
for i in range(0, 128, 16):
- draw.blit(self.ICON, i+16, i+32)
+ draw.blit(icons.software, i+16, i+32)
elapsed = t.time()
t.stop()
del t