<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/extmod/framebuf1.py, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Convert remaining "sys.exit()" to "raise SystemExit".</title>
<updated>2017-06-10T17:34:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-10T17:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=85d809d1f4e35a511e0a56b3411126e05a31c01b'/>
<id>urn:sha1:85d809d1f4e35a511e0a56b3411126e05a31c01b</id>
<content type='text'>
</content>
</entry>
<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/framebuf1: Fix test for framebuf invalid constructor.</title>
<updated>2017-01-25T12:23:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-25T12:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf51200bc10858552f3cc6989afe0fe51b57a4f2'/>
<id>urn:sha1:bf51200bc10858552f3cc6989afe0fe51b57a4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modframebuf: Add GS4_HMSB format.</title>
<updated>2017-01-25T12:19:28+00:00</updated>
<author>
<name>Oleg Korsak</name>
<email>kamikaze.is.waiting.you@gmail.com</email>
</author>
<published>2017-01-01T02:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fd99690f1859a46aee690355170ad13eed9f0122'/>
<id>urn:sha1:fd99690f1859a46aee690355170ad13eed9f0122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/extmod/framebuf1: Add test for no-op fill_rect.</title>
<updated>2017-01-19T12:37:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-19T12:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4c4f586e2c798a28ea441fd3ddd409806672138f'/>
<id>urn:sha1:4c4f586e2c798a28ea441fd3ddd409806672138f</id>
<content type='text'>
</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>
</feed>
