<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/displayio, branch 5.3.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-04-21T18:48:34+00:00</updated>
<entry>
<title>displayio: Fix "bus type" problem introduced at 8cba145c9029</title>
<updated>2020-04-21T18:48:34+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-04-21T18:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=507e17fbf15715b28d17cc69aab54a48dd001c52'/>
<id>urn:sha1:507e17fbf15715b28d17cc69aab54a48dd001c52</id>
<content type='text'>
When allocate_display_bus_or_raise was factored out, the assignment
of the bus's Python type was lost.  Restore it.

This would have affected displays of any type other than RGBMatrix, when
they were created dynamically.  Boards with displays configured in flash
were unaffected.

Closes: #2792
</content>
</entry>
<entry>
<title>Add Protomatter and FramebufferDisplay</title>
<updated>2020-04-14T23:24:54+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-10T18:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09dc46a98480350b157636ffff8b89470f595f6e'/>
<id>urn:sha1:09dc46a98480350b157636ffff8b89470f595f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>displayio: implement, use allocate_new_display_bus_or_raise</title>
<updated>2020-04-14T23:24:54+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-30T15:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8cba145c90294a001ec5814fb501a7b96a055780'/>
<id>urn:sha1:8cba145c90294a001ec5814fb501a7b96a055780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>displayio: implement, use allocate_display_or_raise</title>
<updated>2020-04-14T23:24:54+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-28T15:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6378d600c40d462836fd6599b9bdadf5e78df8f1'/>
<id>urn:sha1:6378d600c40d462836fd6599b9bdadf5e78df8f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add docstring, clean up</title>
<updated>2020-04-09T15:59:26+00:00</updated>
<author>
<name>caternuson</name>
<email>caternuson@gmail.com</email>
</author>
<published>2020-04-09T15:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc7574684297cd3812fdb82967d0dfa7443af027'/>
<id>urn:sha1:dc7574684297cd3812fdb82967d0dfa7443af027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial working fill</title>
<updated>2020-04-09T15:43:50+00:00</updated>
<author>
<name>caternuson</name>
<email>caternuson@gmail.com</email>
</author>
<published>2020-04-09T15:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=49fff2d9b47a51e0f2f600602aaa2fddc234b4be'/>
<id>urn:sha1:49fff2d9b47a51e0f2f600602aaa2fddc234b4be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity</title>
<updated>2020-03-28T12:28:37+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-03-28T12:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=54e8c63b4f8caaaa68804577884d150d664f16f1'/>
<id>urn:sha1:54e8c63b4f8caaaa68804577884d150d664f16f1</id>
<content type='text'>
Add polarity and phase to FourWire.</content>
</entry>
<entry>
<title>Don't break the function signature</title>
<updated>2020-03-26T21:11:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-03-26T21:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a870908718a9e3c176f199dea41c95adaf966f14'/>
<id>urn:sha1:a870908718a9e3c176f199dea41c95adaf966f14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding a backlight polarity flag to Display</title>
<updated>2020-03-26T05:51:20+00:00</updated>
<author>
<name>siddacious</name>
<email>nospam187+github@gmail.com</email>
</author>
<published>2020-03-26T05:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e0c00dfd42504a53f000da374355829da7c7c77'/>
<id>urn:sha1:9e0c00dfd42504a53f000da374355829da7c7c77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add polarity and phase to FourWire.</title>
<updated>2020-03-25T18:22:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-03-25T18:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b7acc65b655dd203b08b2d53f08ad56c7da1041'/>
<id>urn:sha1:6b7acc65b655dd203b08b2d53f08ad56c7da1041</id>
<content type='text'>
It was fixed as 0/0 even though it used to get it from the current
SPI state. This makes it more explicit with kwargs.

Thanks to magpie_lark and kmatocha on the Adafruit Support forum
for finding the issue: https://forums.adafruit.com/viewtopic.php?f=60&amp;t=162515
</content>
</entry>
</feed>
