<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_pixelbuf/PixelBuf.h, 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>use the stack</title>
<updated>2020-08-10T22:42:05+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-08-10T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b7709f3250289ac746090306425734a5e4294a3'/>
<id>urn:sha1:1b7709f3250289ac746090306425734a5e4294a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make pixelbuf handle floats and iterables</title>
<updated>2020-08-07T22:42:06+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-08-07T22:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e73dba21d26b93ce1140faecb4820ae46ce4c742'/>
<id>urn:sha1:e73dba21d26b93ce1140faecb4820ae46ce4c742</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
