apps: testapp: Force characters to render with a not-black background

This helps pick up any problems with the glpyh rendering.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2021-03-29 22:17:27 +01:00
parent 58b5c0378e
commit 69a989b97e

View file

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