<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/modframebuf.c, branch 2.0.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.0.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-07-31T03:00:34+00:00</updated>
<entry>
<title>extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.</title>
<updated>2017-07-31T03:00:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-31T03:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bbced3b4bbc8fd7ed7843d39143b6c600adc2c60'/>
<id>urn:sha1:bbced3b4bbc8fd7ed7843d39143b6c600adc2c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modframebuf: Use correct initialization for .locals_dict.</title>
<updated>2017-07-29T07:26:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-07-29T07:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=036b58228c36ea971ec80ee4df875d858eacdfb3'/>
<id>urn:sha1:036b58228c36ea971ec80ee4df875d858eacdfb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modframebuf: Consistently use "col" as name for colour variables.</title>
<updated>2017-07-25T04:06:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-25T04:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3687109d56793b73288e081a5f4ad6884ded28d'/>
<id>urn:sha1:f3687109d56793b73288e081a5f4ad6884ded28d</id>
<content type='text'>
Thanks to @kamikaze, aka Oleg Korsak, for the original idea and patch.
</content>
</entry>
<entry>
<title>extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.</title>
<updated>2017-07-25T02:29:02+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2017-07-24T10:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=363087aa11a5121ecff38f9e3a2372a42fa224ac'/>
<id>urn:sha1:363087aa11a5121ecff38f9e3a2372a42fa224ac</id>
<content type='text'>
Since the stride is specified in pixels, in a 4-bit horizontal format it
has to always be even, otherwise the computation is wrong and we can
write outside of the buffer sometimes.
</content>
</entry>
<entry>
<title>all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.</title>
<updated>2017-06-15T01:54:41+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-15T01:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=48d867b4a68e53901aac87c2ff0f2a7e65f735c7'/>
<id>urn:sha1:48d867b4a68e53901aac87c2ff0f2a7e65f735c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modframebuf: Fix signed/unsigned comparison pendantic warning.</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:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a7735f1a67e7c2d6f59205f8d57fca2449cec93'/>
<id>urn:sha1:0a7735f1a67e7c2d6f59205f8d57fca2449cec93</id>
<content type='text'>
Happened with 32-bit gcc 4.8.4.
</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>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>extmod/modframebuf: Clip pixels drawn by line method.</title>
<updated>2017-01-23T03:35:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-23T03:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2d13d934a19651bb7c06c0212a1b875d8b9be1b'/>
<id>urn:sha1:e2d13d934a19651bb7c06c0212a1b875d8b9be1b</id>
<content type='text'>
</content>
</entry>
</feed>
