<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/_pixelbuf, branch 6.2.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-10T22:42:05+00:00</updated>
<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>fix trailing whitespace</title>
<updated>2020-08-10T16:04:44+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-08-10T16:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef1782f85e9020a01658d28708b44444915f74b2'/>
<id>urn:sha1:ef1782f85e9020a01658d28708b44444915f74b2</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>Allow setting RGBW pixels with RGB tuples</title>
<updated>2020-05-25T00:35:13+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-05-25T00:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd980249c65ef02a0ebbccea21022a1e34aba2bd'/>
<id>urn:sha1:dd980249c65ef02a0ebbccea21022a1e34aba2bd</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>Pixelbuf: subscr: Get correct pixel value</title>
<updated>2020-03-18T15:25:20+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-16T15:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=310f2ccdf4c07bb2c99d7cbe9bc627299f1f3a3e'/>
<id>urn:sha1:310f2ccdf4c07bb2c99d7cbe9bc627299f1f3a3e</id>
<content type='text'>
Previously, the 0th pixel's value was always returned
</content>
</entry>
<entry>
<title>Don't allocate the pre brightness buffer if brightness is 1.0 still</title>
<updated>2020-01-27T23:10:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-01-27T23:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e789b38504846982a8cd7fa447297a51efc8352'/>
<id>urn:sha1:5e789b38504846982a8cd7fa447297a51efc8352</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>
</feed>
