summaryrefslogtreecommitdiff
path: root/wasp/apps
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps')
-rw-r--r--wasp/apps/flashlight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/flashlight.py b/wasp/apps/flashlight.py
index 5ca9734..12ba272 100644
--- a/wasp/apps/flashlight.py
+++ b/wasp/apps/flashlight.py
@@ -33,4 +33,4 @@ class FlashlightApp(object):
def draw(self):
"""Redraw the display from scratch."""
- wasp.watch.display.fill(0xffff)
+ wasp.watch.drawable.fill(0xffff)