<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/extmod/framebuf1.py.exp, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-04-04T07:38:33+00:00</updated>
<entry>
<title>extmod/modframebuf: Make monochrome bitmap formats start with MONO_.</title>
<updated>2017-04-04T07:38:33+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2017-04-01T06:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=468c6f9da147d6e752e437a32211e317a116b6df'/>
<id>urn:sha1:468c6f9da147d6e752e437a32211e317a116b6df</id>
<content type='text'>
MONO_xxx is much easier to read if you're not familiar with the code.
MVLSB is deprecated but kept for backwards compatibility, for the time
being.

This patch also updates the associated docs and tests.
</content>
</entry>
<entry>
<title>extmod/modframebuf: Add support for monochrome horizontal format.</title>
<updated>2017-03-20T05:21:47+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2017-02-06T10:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=231cfc84a7cae31f93208c334fc33b08278040eb'/>
<id>urn:sha1:231cfc84a7cae31f93208c334fc33b08278040eb</id>
<content type='text'>
MHLSB and MHMSB formats are added to the framebuf module, which have 8
adjacent horizontal pixels represented in a single byte.
</content>
</entry>
<entry>
<title>tests/extmod: Improve modframebuf test coverage.</title>
<updated>2016-12-13T05:29:21+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2016-12-13T04:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9112b0b62b4bd0139e0c94971fdb89dab61b1668'/>
<id>urn:sha1:9112b0b62b4bd0139e0c94971fdb89dab61b1668</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modframebuf: Make framebuf implement the buffer protocol.</title>
<updated>2016-12-08T04:17:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-12-08T04:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=898d4c1217e69497c67ca2ddb66641406a03700b'/>
<id>urn:sha1:898d4c1217e69497c67ca2ddb66641406a03700b</id>
<content type='text'>
So that one can easily access the underlying data of the frame buffer, eg
to write the data out to a display.
</content>
</entry>
<entry>
<title>tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.</title>
<updated>2016-12-05T00:55:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-12-05T00:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=042d5f24d6e5119f0e15903c1e435e2e6473f72d'/>
<id>urn:sha1:042d5f24d6e5119f0e15903c1e435e2e6473f72d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.</title>
<updated>2016-11-02T13:10:17+00:00</updated>
<author>
<name>Alex March</name>
<email>alex.march.dev@gmail.com</email>
</author>
<published>2016-10-26T10:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=94aeba0427cc80e43b59c4155e02e8cb7c327951'/>
<id>urn:sha1:94aeba0427cc80e43b59c4155e02e8cb7c327951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/framebuf1: Add tests for scrolling in the x-direction.</title>
<updated>2016-09-05T02:08:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-05T02:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cac8dc34149686679b67037d393d3ea1c6aff779'/>
<id>urn:sha1:cac8dc34149686679b67037d393d3ea1c6aff779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod: Add a test for framebuf module, tested by coverage build.</title>
<updated>2016-09-04T06:40:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-04T06:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2d8740a4d11fbc4d147636e2161ec08eb46ecf66'/>
<id>urn:sha1:2d8740a4d11fbc4d147636e2161ec08eb46ecf66</id>
<content type='text'>
</content>
</entry>
</feed>
