summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-03-29 21:17:27 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-03-29 21:17:27 (GMT)
commit69a989b97ea038ddf7776e38426fae0c678470fd (patch)
tree8baa030f115311fb748d3fe1fb1945a0acd61058
parent58b5c0378ec3d5421a4af2bfed0434e3a286a1b0 (diff)
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>
-rw-r--r--wasp/apps/testapp.py1
1 files changed, 1 insertions, 0 deletions
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()