summaryrefslogtreecommitdiff
path: root/tests/extmod/framebuf16.py
diff options
context:
space:
mode:
authorRami Ali <flowergrass@users.noreply.github.com>2016-12-13 15:47:58 +1100
committerDamien George <damien.p.george@gmail.com>2016-12-13 16:29:21 +1100
commit9112b0b62b4bd0139e0c94971fdb89dab61b1668 (patch)
tree36915c66b63a3f78bacefc4355d65b59e73a5312 /tests/extmod/framebuf16.py
parent0f408bc1ff9585ec66431176c993c369cd686a2e (diff)
tests/extmod: Improve modframebuf test coverage.
Diffstat (limited to 'tests/extmod/framebuf16.py')
-rw-r--r--tests/extmod/framebuf16.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/framebuf16.py b/tests/extmod/framebuf16.py
index 754b28fdf..3aa1d34de 100644
--- a/tests/extmod/framebuf16.py
+++ b/tests/extmod/framebuf16.py
@@ -56,4 +56,5 @@ fbuf2.pixel(1, 2, 0xe00e)
fbuf.fill(0xffff)
fbuf.blit(fbuf2, 3, 3, 0x0000)
fbuf.blit(fbuf2, -1, -1, 0x0000)
+fbuf.blit(fbuf2, 16, 16, 0x0000)
printbuf()