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:
parent
58b5c0378e
commit
69a989b97e
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue