<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 5.0.0-alpha.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-09-09T17:11:07+00:00</updated>
<entry>
<title>Merge pull request #2101 from matthewnewberg/display_io_dither</title>
<updated>2019-09-09T17:11:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-09-09T17:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ad860a96331f2f0967382e565ebed9b0de5fb4c'/>
<id>urn:sha1:6ad860a96331f2f0967382e565ebed9b0de5fb4c</id>
<content type='text'>
Add random dithering to ColorConverter</content>
</entry>
<entry>
<title>Set dither default to False and document it</title>
<updated>2019-09-09T04:30:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-09-09T04:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d9e06416062f7b45e0a32d1f7b251cb30f2432a4'/>
<id>urn:sha1:d9e06416062f7b45e0a32d1f7b251cb30f2432a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use kwargs for dither in ColorConverter constructor</title>
<updated>2019-09-06T20:23:24+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-06T20:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e552324928ea0081cb67c818a26d2b83da55f05'/>
<id>urn:sha1:8e552324928ea0081cb67c818a26d2b83da55f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comment on color converter</title>
<updated>2019-09-06T20:11:15+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-06T20:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2fb5ac1c12a21d9b6cb8c60a30db65db399ca66'/>
<id>urn:sha1:b2fb5ac1c12a21d9b6cb8c60a30db65db399ca66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move dither parameter to ColorConverter constructor and parameter</title>
<updated>2019-09-06T01:55:45+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-06T01:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4604a69498d5f7ffadb4ebf46a064ea5e18164b6'/>
<id>urn:sha1:4604a69498d5f7ffadb4ebf46a064ea5e18164b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2113 from tannewt/displayio_hidden</title>
<updated>2019-09-04T19:48:00+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2019-09-04T19:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fca440fb66aff746b0a2c752df15c445ba421fdf'/>
<id>urn:sha1:fca440fb66aff746b0a2c752df15c445ba421fdf</id>
<content type='text'>
Add .hidden to TileGrid and Group</content>
</entry>
<entry>
<title>Merge pull request #2080 from sommersoft/mixer_voice</title>
<updated>2019-09-04T19:46:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-09-04T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=321b57a5d2a85f56ba198c8ff678e123dfe08c4c'/>
<id>urn:sha1:321b57a5d2a85f56ba198c8ff678e123dfe08c4c</id>
<content type='text'>
Add audiocore.MixerVoice</content>
</entry>
<entry>
<title>Fix transactions in _stage after displayio changes</title>
<updated>2019-09-04T14:41:58+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-09-04T14:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f6228b6f02c229e84cc64c1e2b6a2332354c186'/>
<id>urn:sha1:5f6228b6f02c229e84cc64c1e2b6a2332354c186</id>
<content type='text'>
Also, move the rendering setup code to shared-module from
shared-bindings.

In CP 5.0, displayio_display_core_set_region_to_update now starts
its own transaction, so it has to be moved outside of the transaction
started by the render call.
</content>
</entry>
<entry>
<title>doc cleanup</title>
<updated>2019-09-04T03:44:43+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-09-04T03:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da912e8c747e45baf6d11e28dba4f852ed10db04'/>
<id>urn:sha1:da912e8c747e45baf6d11e28dba4f852ed10db04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add .hidden to TileGrid and Group</title>
<updated>2019-09-03T23:15:27+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-27T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=949f8761b8c41ecbf8660bcd5a333890a37e426e'/>
<id>urn:sha1:949f8761b8c41ecbf8660bcd5a333890a37e426e</id>
<content type='text'>
This allows for one to preserve ordering within a Group while
hiding something temporarily.

Fixes #1688
</content>
</entry>
</feed>
