1
0
Fork 0

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>
pull/198/head
Daniel Thompson 2021-03-29 22:17:27 +01:00
parent 58b5c0378e
commit 69a989b97e
1 changed files with 1 additions and 0 deletions

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