summaryrefslogtreecommitdiff
path: root/wasp/apps/flashlight.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-22 21:21:13 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-22 21:21:13 (GMT)
commitbbe8add40c82d4e2360d453ff277be9ce351c8e4 (patch)
treed29d805399b94ca80fe088d30d2337577b26d683 /wasp/apps/flashlight.py
parent04a8daeff4bef4649d12ce78e6949c9d744a238b (diff)
wasp: Switch to the faster fill routines
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/flashlight.py')
-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)