<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio, branch 4.1.0-alpha.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.0-alpha.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.0-alpha.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-05-15T21:17:09+00:00</updated>
<entry>
<title>Remove old comment</title>
<updated>2019-05-15T21:17:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-05-15T21:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00c39805f19abc6af565c1e3faee10c196d5f666'/>
<id>urn:sha1:00c39805f19abc6af565c1e3faee10c196d5f666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add index and remove to Group.</title>
<updated>2019-05-15T18:33:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-05-15T18:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5608e273a01d0c39d2f82c695eec860288afa4a8'/>
<id>urn:sha1:5608e273a01d0c39d2f82c695eec860288afa4a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle -scale to 0 correctly in Group</title>
<updated>2019-05-09T18:38:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-05-09T18:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e64bbc41ec0c66f6c6125401ed7a14e1bf303935'/>
<id>urn:sha1:e64bbc41ec0c66f6c6125401ed7a14e1bf303935</id>
<content type='text'>
Fixes #1839
</content>
</entry>
<entry>
<title>Merge pull request #1815 from dhalbert/stop-flicker</title>
<updated>2019-04-18T22:48:39+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-18T22:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f548305c0722def52cf83c6dc903c2bdae2d1d22'/>
<id>urn:sha1:f548305c0722def52cf83c6dc903c2bdae2d1d22</id>
<content type='text'>
Turn off auto_brightness if brightness is set</content>
</entry>
<entry>
<title>add Display.__init__() args for brightness and auto_brightness</title>
<updated>2019-04-18T19:59:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-18T19:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0113e0970eb7d4b753982692d33754d38694efb7'/>
<id>urn:sha1:0113e0970eb7d4b753982692d33754d38694efb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix off by one error in OnDiskBitmap</title>
<updated>2019-04-17T22:17:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-17T22:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c372567330fe8019ee306e8a45638f2703a09ca0'/>
<id>urn:sha1:c372567330fe8019ee306e8a45638f2703a09ca0</id>
<content type='text'>
It resulted in the first row of pixels being pulled for out of bounds.

Fixes #1801
</content>
</entry>
<entry>
<title>Fix boards with no shared busses.</title>
<updated>2019-04-09T18:36:10+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-09T18:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=72992070c5137ce44969555828673ba7ccd69f08'/>
<id>urn:sha1:72992070c5137ce44969555828673ba7ccd69f08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into fix_cpx_display</title>
<updated>2019-04-09T00:15:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-09T00:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=de48e4b262f17b8c75449be0ae30a10ffd1489e1'/>
<id>urn:sha1:de48e4b262f17b8c75449be0ae30a10ffd1489e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize board busses into shared-bindings and shared-module.</title>
<updated>2019-04-08T23:58:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-08T23:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f003ac5b8312fafb120e86e05eefd2431014d8c'/>
<id>urn:sha1:0f003ac5b8312fafb120e86e05eefd2431014d8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop hard-coding SPI frequency in FourWire</title>
<updated>2019-04-06T13:15:29+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-04-06T13:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8323721232f52fcb216a4fa32e5572d5f4369c6c'/>
<id>urn:sha1:8323721232f52fcb216a4fa32e5572d5f4369c6c</id>
<content type='text'>
Instead remember and use the frequency, polarity and phase that was
set when the bus was first created.
</content>
</entry>
</feed>
