summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/framebuf1.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-09-05 12:08:25 +1000
committerDamien George <damien.p.george@gmail.com>2016-09-05 12:08:25 +1000
commitcac8dc34149686679b67037d393d3ea1c6aff779 (patch)
treed40b84e2030ed576cface07dccf8e3c88f994ab7 /tests/extmod/framebuf1.py.exp
parent778729c5977633978aef2ec302472505973a657e (diff)
downloadmicropython-cac8dc34149686679b67037d393d3ea1c6aff779.tar.gz
micropython-cac8dc34149686679b67037d393d3ea1c6aff779.zip
tests/extmod/framebuf1: Add tests for scrolling in the x-direction.
Diffstat (limited to 'tests/extmod/framebuf1.py.exp')
-rw-r--r--tests/extmod/framebuf1.py.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/framebuf1.py.exp b/tests/extmod/framebuf1.py.exp
index 5aca194614..8fd8c37098 100644
--- a/tests/extmod/framebuf1.py.exp
+++ b/tests/extmod/framebuf1.py.exp
@@ -4,3 +4,6 @@ bytearray(b'\x01\x00\x00\x00\x01\x80\x00\x00\x00\x80')
1 0
bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00')
bytearray(b'\x00\x00@\x00\x00\x00\x00\x00\x00\x00')
+bytearray(b'\x00\x00\x00@\x00\x00\x00\x00\x00\x00')
+bytearray(b'\x00\x00@\x00\x00\x00\x00\x00\x00\x00')
+bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01')