<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/displayio, branch 4.0.0-rc.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-rc.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-rc.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-04-18T19:59:16+00:00</updated>
<entry>
<title>add Display.__init__() args for brightness and auto_brightness</title>
<updated>2019-04-18T19:59:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-18T19:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0113e0970eb7d4b753982692d33754d38694efb7'/>
<id>urn:sha1:0113e0970eb7d4b753982692d33754d38694efb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off auto_brightness if brightness is set</title>
<updated>2019-04-18T17:57:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-18T17:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4fc0f8b25c53d5eb05cd2b4e124c22d999fc506a'/>
<id>urn:sha1:4fc0f8b25c53d5eb05cd2b4e124c22d999fc506a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak pybadge and fix display bugs</title>
<updated>2019-04-10T01:32:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-05T20:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5028f87b0988775d37c59ac2f65035468936bb0c'/>
<id>urn:sha1:5028f87b0988775d37c59ac2f65035468936bb0c</id>
<content type='text'>
* Update pybadge pins and flash for rev D
* TileGrid now validates the type of the pixel_shader.
* Display actually handles incoming subclass objects.
* MicroPython will inspect native parents to see if special
  accessors are used.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into fix_cpx_display</title>
<updated>2019-04-09T00:15:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-09T00:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=de48e4b262f17b8c75449be0ae30a10ffd1489e1'/>
<id>urn:sha1:de48e4b262f17b8c75449be0ae30a10ffd1489e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize board busses into shared-bindings and shared-module.</title>
<updated>2019-04-08T23:58:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-08T23:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f003ac5b8312fafb120e86e05eefd2431014d8c'/>
<id>urn:sha1:0f003ac5b8312fafb120e86e05eefd2431014d8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose displayio.Display.bus</title>
<updated>2019-04-06T12:25:08+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-04-06T12:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b3cb7b6db688e7701b603eea4d380145155567c'/>
<id>urn:sha1:4b3cb7b6db688e7701b603eea4d380145155567c</id>
<content type='text'>
With the bus exposed, we can send custom commands to the display, to
leverage advanced features specific to the display, which are not
exposed by default.
</content>
</entry>
<entry>
<title>Always check TileGrid's x, y</title>
<updated>2019-04-05T20:10:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-05T20:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04a4e8a38dcbbce97a46b1980d9d505d095a2404'/>
<id>urn:sha1:04a4e8a38dcbbce97a46b1980d9d505d095a2404</id>
<content type='text'>
When using an int index you could end up writing past the end of
TileGrid's memory.

Fixes #1747
</content>
</entry>
<entry>
<title>Added option to easily treat SPI parameter data as commands</title>
<updated>2019-04-05T06:15:00+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-04-05T06:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f1fc6c07d37609fd354ddd707ecd147df6d7384'/>
<id>urn:sha1:8f1fc6c07d37609fd354ddd707ecd147df6d7384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified cs toggling into fourwire only</title>
<updated>2019-03-28T03:17:22+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-28T03:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e0268cb090df55697a0565e53024631a7270b03'/>
<id>urn:sha1:2e0268cb090df55697a0565e53024631a7270b03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified into fourwire only</title>
<updated>2019-03-28T03:11:32+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-28T03:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3ec0514cdfc818c57274cd80025f582ad562f22'/>
<id>urn:sha1:f3ec0514cdfc818c57274cd80025f582ad562f22</id>
<content type='text'>
</content>
</entry>
</feed>
