diff options
Diffstat (limited to 'tests/extmod/framebuf16.py')
-rw-r--r-- | tests/extmod/framebuf16.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/framebuf16.py b/tests/extmod/framebuf16.py index 754b28fdf1..3aa1d34def 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() |