<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_pixelbuf/PixelBuf.h, 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-22T23:26:46+00:00</updated>
<entry>
<title>Add externs. GCC10 complains about duplicate defines</title>
<updated>2020-07-22T23:26:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd6d056638f05185eb497ca2d039ebe9f386327'/>
<id>urn:sha1:2bd6d056638f05185eb497ca2d039ebe9f386327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify pixelbuf set_pixels function</title>
<updated>2020-05-23T01:19:17+00:00</updated>
<author>
<name>George Waters</name>
<email>gwatersdev@gmail.com</email>
</author>
<published>2020-05-23T01:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c592a2b4db112a512b6519fd79f22943b96db40a'/>
<id>urn:sha1:c592a2b4db112a512b6519fd79f22943b96db40a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use mp_int_t for setting pixelbuf slice indices</title>
<updated>2020-05-22T20:28:09+00:00</updated>
<author>
<name>George Waters</name>
<email>gwatersdev@gmail.com</email>
</author>
<published>2020-05-22T20:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f078055f592e01269b1a7648cd05af06b4cc81b5'/>
<id>urn:sha1:f078055f592e01269b1a7648cd05af06b4cc81b5</id>
<content type='text'>
When handling negative steps, start and stop need to be mp_int_t so they
can be checked against a potential negative value during the for loop
used to set the slice values.
</content>
</entry>
<entry>
<title>Implement negative step for pixelbuf slices</title>
<updated>2020-05-22T01:57:45+00:00</updated>
<author>
<name>George Waters</name>
<email>gwatersdev@gmail.com</email>
</author>
<published>2020-05-22T01:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=16ffc731f3c64b36a486a27d87b10742cf5bb4ba'/>
<id>urn:sha1:16ffc731f3c64b36a486a27d87b10742cf5bb4ba</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>fix compile fails</title>
<updated>2019-12-02T19:25:57+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-12-02T19:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d267eaee13ec2e4f5a48947974fb612cdab6b96'/>
<id>urn:sha1:0d267eaee13ec2e4f5a48947974fb612cdab6b96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix show and fix step &gt; 1</title>
<updated>2019-10-20T23:54:25+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-10-20T23:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2970680e6af663200b35227bfbca5240542a4c47'/>
<id>urn:sha1:2970680e6af663200b35227bfbca5240542a4c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make dotstar byteorder constants start with P. fix small bugs.</title>
<updated>2019-10-07T02:44:00+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-10-07T02:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc8c27d1292673f1610f6440fa0de810018995fe'/>
<id>urn:sha1:dc8c27d1292673f1610f6440fa0de810018995fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restructure to be subclassable</title>
<updated>2019-10-05T19:53:53+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-10-05T19:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55c688cbebc9f4eac3787591f5349c2f4c25e9e4'/>
<id>urn:sha1:55c688cbebc9f4eac3787591f5349c2f4c25e9e4</id>
<content type='text'>
</content>
</entry>
</feed>
