<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/modframebuf.c, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-09-21T14:23:16+00:00</updated>
<entry>
<title>all: Remove 'name' member from mp_obj_module_t struct.</title>
<updated>2016-09-21T14:23:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-21T00:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f'/>
<id>urn:sha1:93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f</id>
<content type='text'>
One can instead lookup __name__ in the modules dict to get the value.
</content>
</entry>
<entry>
<title>extmod/framebuf: Add the xstep!=0 case to scroll() method.</title>
<updated>2016-09-05T02:06:56+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2016-09-02T14:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=778729c5977633978aef2ec302472505973a657e'/>
<id>urn:sha1:778729c5977633978aef2ec302472505973a657e</id>
<content type='text'>
Adds horizontal scrolling. Right now, I'm just leaving the margins
created by the scrolling as they were -- so they will repeat the
edge of the framebuf. This is fast, and the user can always fill
the margins themselves.
</content>
</entry>
<entry>
<title>extmod/modframebuf: Include font from stmhal directory explicitly.</title>
<updated>2016-09-04T06:39:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-04T06:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=47899a1ab8756c3850bb275f3756544da0e7b050'/>
<id>urn:sha1:47899a1ab8756c3850bb275f3756544da0e7b050</id>
<content type='text'>
So that users of framebuf don't need to have stmhal directory in their
path.  (Eventually the font can be moved elsewhere.)
</content>
</entry>
<entry>
<title>extmod/modframebuf: Fix fill and scroll when height not divisible by 8.</title>
<updated>2016-09-02T13:58:34+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2016-08-28T17:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=41ec22632da8f61ca5c841e13206258048d1be5b'/>
<id>urn:sha1:41ec22632da8f61ca5c841e13206258048d1be5b</id>
<content type='text'>
There was a bug in `framebuf1_fill` function, that makes it leave a few
lines unfilled at the bottom if the height is not divisible by 8.

A similar bug is fixed in the scroll method.
</content>
</entry>
<entry>
<title>extmod/modframebuf: Fix pixel accessor to return a 1-bit result.</title>
<updated>2016-08-27T08:31:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-27T08:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=531217a06b54d612ac49c341a358b3fca1d59985'/>
<id>urn:sha1:531217a06b54d612ac49c341a358b3fca1d59985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Add initial framebuf module.</title>
<updated>2016-04-12T13:06:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-08T10:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=53ad681ed1786601ca5eccb60f8fd950b8bc47d7'/>
<id>urn:sha1:53ad681ed1786601ca5eccb60f8fd950b8bc47d7</id>
<content type='text'>
</content>
</entry>
</feed>
