From 24438ad05daae80c4d27c6e8d0345bfd61d5578b Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 8 Mar 2020 21:31:17 +0000 Subject: testapp: Smoother transitions between tests diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py index b711722..7bbfc2c 100644 --- a/wasp/apps/testapp.py +++ b/wasp/apps/testapp.py @@ -58,6 +58,8 @@ class TestApp(): def draw(self, effect=None): """Redraw the display from scratch.""" + watch.display.mute(True) watch.display.fill(0) self.drawable.string('{} test'.format(self.test), 0, 6, width=240) + watch.display.mute(False) -- cgit v0.10.2