<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio, branch 5.0.0-alpha.5</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.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.5'/>
<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>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>Removed unused return value in displayio_colorconverter_convert</title>
<updated>2019-09-05T00:42:24+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-05T00:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ab6a2343426e1b42141916a74c0c422dbd34828'/>
<id>urn:sha1:3ab6a2343426e1b42141916a74c0c422dbd34828</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bitpack bools in TileGrid and Group</title>
<updated>2019-09-04T17:27:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-09-04T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=70407e4d871ad7e42e707e2e0b53c50c32872cc5'/>
<id>urn:sha1:70407e4d871ad7e42e707e2e0b53c50c32872cc5</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>
<entry>
<title>Fix I2CDisplay bus_free to not grab lock</title>
<updated>2019-09-03T21:46:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-09-03T21:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b53f1698242ef797b7176e32a92b92f282d998d6'/>
<id>urn:sha1:b53f1698242ef797b7176e32a92b92f282d998d6</id>
<content type='text'>
Fixes #2098
</content>
</entry>
<entry>
<title>Capture rotation</title>
<updated>2019-09-03T16:35:41+00:00</updated>
<author>
<name>Dave Astels</name>
<email>dastels@daveastels.com</email>
</author>
<published>2019-09-03T16:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b318896b8509df07630d7ee1d27ab46b6dcba1c1'/>
<id>urn:sha1:b318896b8509df07630d7ee1d27ab46b6dcba1c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add random dithering to ColorConverter</title>
<updated>2019-09-01T02:07:09+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-01T02:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d87bfaf4800b3ed169831ba3ccdd4c52772cafe4'/>
<id>urn:sha1:d87bfaf4800b3ed169831ba3ccdd4c52772cafe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor renames</title>
<updated>2019-08-26T23:37:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-26T23:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bea77c651afd919e6cb87927341714adbddb939c'/>
<id>urn:sha1:bea77c651afd919e6cb87927341714adbddb939c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework based on Dan's review</title>
<updated>2019-08-23T22:27:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-23T22:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7324b70a7c231a20be971ed81050c8359b87aaab'/>
<id>urn:sha1:7324b70a7c231a20be971ed81050c8359b87aaab</id>
<content type='text'>
</content>
</entry>
</feed>
