We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213a718 commit 4c4f586Copy full SHA for 4c4f586
1 file changed
tests/extmod/framebuf1.py
@@ -50,6 +50,7 @@
50
51
#fill rect
52
fbuf.fill(0)
53
+fbuf.fill_rect(0, 0, 0, 3, 1) # zero width, no-operation
54
fbuf.fill_rect(1, 1, 3, 3, 1)
55
print('fill_rect', buf)
56
0 commit comments