<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio, branch 6.0.0-alpha.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-25T01:25:18+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into add_pwmio</title>
<updated>2020-08-25T01:25:18+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-25T01:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1527a3ce921874c78def10d0d400bc58f5324d43'/>
<id>urn:sha1:1527a3ce921874c78def10d0d400bc58f5324d43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge adafruit/main latest</title>
<updated>2020-08-21T19:37:32+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2020-08-21T19:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9f6d147c4930310f948fa76e6856362fdc451dc'/>
<id>urn:sha1:a9f6d147c4930310f948fa76e6856362fdc451dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge with latest adafruit/main</title>
<updated>2020-08-21T19:28:24+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2020-08-21T19:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7e529ed4c50c7697c649e09b999a2e9f8988b673'/>
<id>urn:sha1:7e529ed4c50c7697c649e09b999a2e9f8988b673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'source/main' into main</title>
<updated>2020-08-21T19:19:58+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2020-08-21T19:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3753ea3cd8cc8725ae39e4fd0e7660f62fa430cc'/>
<id>urn:sha1:3753ea3cd8cc8725ae39e4fd0e7660f62fa430cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating main to adafruit/main</title>
<updated>2020-08-21T19:19:28+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2020-08-21T19:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24ca133396574dba972baaecf211bdb2f7904469'/>
<id>urn:sha1:24ca133396574dba972baaecf211bdb2f7904469</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>Split pulseio.PWMOut into pwmio</title>
<updated>2020-08-18T20:08:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-18T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6857f984269149b46d1cd4283506420f341b2601'/>
<id>urn:sha1:6857f984269149b46d1cd4283506420f341b2601</id>
<content type='text'>
This gives us better granularity when implementing new ports because
PWMOut is commonly implemented before PulseIn and PulseOut.

Fixes #3211
</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>
</feed>
