<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio/__init__.c, branch 6.1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-30T22:25:58+00:00</updated>
<entry>
<title>remove remaining top level displayio background check</title>
<updated>2020-09-30T22:25:58+00:00</updated>
<author>
<name>FoamyGuy</name>
<email>foamyguy@gmail.com</email>
</author>
<published>2020-09-30T22:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=422a7d4013ddaec7df5df9104e5d9ea533b31d1a'/>
<id>urn:sha1:422a7d4013ddaec7df5df9104e5d9ea533b31d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removing top level displayio background check</title>
<updated>2020-09-30T19:03:03+00:00</updated>
<author>
<name>FoamyGuy</name>
<email>foamyguy@gmail.com</email>
</author>
<published>2020-09-30T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d1bda47d94c2ab9e42a74de4a5209df73e46a4ea'/>
<id>urn:sha1:d1bda47d94c2ab9e42a74de4a5209df73e46a4ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3292 from jepler/allocate_display_bus_bug</title>
<updated>2020-08-21T18:19:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-08-21T18:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5771be9510be87c72a58cdf3f70ff3744d8ec169'/>
<id>urn:sha1:5771be9510be87c72a58cdf3f70ff3744d8ec169</id>
<content type='text'>
allocate_display_bus: fix bug where in-use bus would be returned</content>
</entry>
<entry>
<title>Fix build error for !SHARPDISPLAY</title>
<updated>2020-08-18T15:59:55+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-18T15:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f2f18da1893275a19cda2ad19cb6754527817bf8'/>
<id>urn:sha1:f2f18da1893275a19cda2ad19cb6754527817bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>displayio: Don't need to specialcase reset of sharpdisplay framebuffer</title>
<updated>2020-08-18T14:32:28+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-18T14:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bec39118f24ca2d6c1dd8df889da5a77e28c52a'/>
<id>urn:sha1:0bec39118f24ca2d6c1dd8df889da5a77e28c52a</id>
<content type='text'>
.. for the case where the bus was not in use
</content>
</entry>
<entry>
<title>Finish implementing scott's suggestion</title>
<updated>2020-08-18T02:09:21+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-18T02:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d2d36db3d161fefadd52cc1f2d5a9da99bb2dc9'/>
<id>urn:sha1:6d2d36db3d161fefadd52cc1f2d5a9da99bb2dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update shared-module/displayio/__init__.c</title>
<updated>2020-08-18T02:07:24+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-08-18T02:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6425a411ca7e53b8cdc6c8399c6cd717f39e25fe'/>
<id>urn:sha1:6425a411ca7e53b8cdc6c8399c6cd717f39e25fe</id>
<content type='text'>
Co-authored-by: Scott Shawcroft &lt;scott@tannewt.org&gt;</content>
</entry>
<entry>
<title>allocate_display_bus: fix bug where in-use bus would be returned</title>
<updated>2020-08-17T15:48:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-17T15:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ccd2e234f336872b646ba978ac139dcdc7dc84f'/>
<id>urn:sha1:1ccd2e234f336872b646ba978ac139dcdc7dc84f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build errors when SHARPDISPLAY &amp;&amp; !RGBMATRIX</title>
<updated>2020-08-12T12:39:12+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-12T12:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=759ded9c38390c6d4328bd34aa211499b7e9f4f6'/>
<id>urn:sha1:759ded9c38390c6d4328bd34aa211499b7e9f4f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sharpmemory: Implement support for Sharp Memory Displays in framebufferio</title>
<updated>2020-08-12T12:32:18+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-06T21:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c1400bae9bbdd55f650ddfe24edf6778f08c35b8'/>
<id>urn:sha1:c1400bae9bbdd55f650ddfe24edf6778f08c35b8</id>
<content type='text'>
</content>
</entry>
</feed>
