diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py index 63fbf93..f4a9a0e 100644 --- a/wasp/apps/testapp.py +++ b/wasp/apps/testapp.py @@ -166,6 +166,7 @@ class TestApp(): def _benchmark_string(self): draw = wasp.watch.drawable draw.fill(0, 0, 30, 240, 240-30) + draw.set_color(0xffff, 0x4208) self.scroll.draw() t = machine.Timer(id=1, period=8000000) t.start()