1
0
Fork 0

testapp: Smoother transitions between tests

This commit is contained in:
Daniel Thompson 2020-03-08 21:31:17 +00:00
parent d236db68dc
commit 24438ad05d

View file

@ -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)