<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_pixelbuf/__init__.c, 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>2020-07-03T20:03:19+00:00</updated>
<entry>
<title>Added type hints previously missed</title>
<updated>2020-07-03T20:03:19+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-03T20:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bce77adecdbfd36006dbc97a50b67d05720c8135'/>
<id>urn:sha1:bce77adecdbfd36006dbc97a50b67d05720c8135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap sphinx to autoapi and the inline stubs</title>
<updated>2020-05-13T00:28:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T00:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e8de3c554024d3ac89e9ee77b958a6932a64bec'/>
<id>urn:sha1:4e8de3c554024d3ac89e9ee77b958a6932a64bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2020-05-12T16:26:02+00:00</updated>
<author>
<name>dherrada</name>
<email>33632497+dherrada@users.noreply.github.com</email>
</author>
<published>2020-05-12T16:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c534a872a2b5a2d5e6b7543f56539afb24261443'/>
<id>urn:sha1:c534a872a2b5a2d5e6b7543f56539afb24261443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Did os, _pixelbuf, _pew</title>
<updated>2020-05-08T20:03:39+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@gmail.com</email>
</author>
<published>2020-05-08T20:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09530e5dc34d6fbcbf5fa85a1f7df9d47d8c8329'/>
<id>urn:sha1:09530e5dc34d6fbcbf5fa85a1f7df9d47d8c8329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update wheel to colorwheel and fix RGB order.</title>
<updated>2020-05-08T18:44:41+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2020-05-08T18:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a83d1d7b4b8f5ad1220a9ce9a4a08d8f50116bab'/>
<id>urn:sha1:a83d1d7b4b8f5ad1220a9ce9a4a08d8f50116bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update colorwheel from GRB to RGB.</title>
<updated>2020-05-08T17:25:52+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2020-05-08T17:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=37e5ff7757f753516b5fca5aa345f6d112f8b2fa'/>
<id>urn:sha1:37e5ff7757f753516b5fca5aa345f6d112f8b2fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Encapsulate buffers inside PixelBuf and refactor it.</title>
<updated>2020-01-25T02:23:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-01-25T02:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39971794dd48b9dba0be389b22d4eae8ecd30f7d'/>
<id>urn:sha1:39971794dd48b9dba0be389b22d4eae8ecd30f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename call_show to pixelbuf_call_show</title>
<updated>2020-01-02T22:56:04+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-02T22:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fdddb54db41fce45abaa9d4254f44de4dab4b631'/>
<id>urn:sha1:fdddb54db41fce45abaa9d4254f44de4dab4b631</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move native fill to a helper to work around being unable to call a subclass show method from the native superclass</title>
<updated>2020-01-01T22:30:17+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-01T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12193913a802e3b9c72079a93cb40c97d95cc683'/>
<id>urn:sha1:12193913a802e3b9c72079a93cb40c97d95cc683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unnecessary qstrs</title>
<updated>2019-11-26T01:20:51+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-11-26T01:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d4ed258b74ccf526ebd2a206b5d8ef035380c535'/>
<id>urn:sha1:d4ed258b74ccf526ebd2a206b5d8ef035380c535</id>
<content type='text'>
</content>
</entry>
</feed>
