<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio, branch 5.0.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=5.0.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-11-15T17:47:00+00:00</updated>
<entry>
<title>Add never_reset and reset to pin common hal, adjust files</title>
<updated>2019-11-15T17:47:00+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2019-11-15T17:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=de5691acf5060d6e2182da4c84095a007f6da606'/>
<id>urn:sha1:de5691acf5060d6e2182da4c84095a007f6da606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed I2CDisplay reset issue</title>
<updated>2019-11-08T20:35:35+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@adafruit.com</email>
</author>
<published>2019-11-08T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39b38256fd2159680d0f01f73de6cad26597909c'/>
<id>urn:sha1:39b38256fd2159680d0f01f73de6cad26597909c</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
