apps: testapp: Ensure we test centred strings
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
c686e2cae0
commit
463ba50d2b
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ class TestApp():
|
|||
draw.string("The quick brown", 12, 24+24)
|
||||
draw.string("fox jumped over", 12, 24+48)
|
||||
draw.string("the lazy dog.", 12, 24+72)
|
||||
draw.string("0123456789", 12, 24+120)
|
||||
draw.string('!"£$%^&*()', 12, 24+144)
|
||||
draw.string("0123456789", 12, 24+120, width=228)
|
||||
draw.string('!"£$%^&*()', 12, 24+144, width=228)
|
||||
elapsed = t.time()
|
||||
t.stop()
|
||||
del t
|
||||
|
|
Loading…
Reference in a new issue