<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio/Display.h, branch 4.1.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=4.1.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-06-12T18:36:43+00:00</updated>
<entry>
<title>Refactor deinit check to reduce code size.</title>
<updated>2019-06-12T18:36:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T08:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a35d9b469d4ed65fd992771aa98ac57241983794'/>
<id>urn:sha1:a35d9b469d4ed65fd992771aa98ac57241983794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add partial display update support.</title>
<updated>2019-06-12T18:32:39+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-06T22:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb21fc3e31790cee094d5c11811b55a57625340a'/>
<id>urn:sha1:eb21fc3e31790cee094d5c11811b55a57625340a</id>
<content type='text'>
Different operations to the display tree have different costs. Be
aware of these costs when optimizing your code.
* Changing tiles indices in a TileGrid will update an area
covering them all.
* Changing a palette will refresh every object that references it.
* Moving a TileGrid will update both where it was and where it moved to.
* Adding something to a Group will refresh each individual area it
covers.
* Removing things from a Group will refresh one area that covers all
previous locations. (Not separate areas like add.)
* Setting a new top level Group will refresh the entire display.

Only TileGrid moves are optimized for overlap. All other overlaps
cause sending of duplicate pixels.

This also adds flip_x, flip_y and transpose_xy to TileGrid. They
change the direction of the pixels but not the location.

Fixes #1169. Fixes #1705. Fixes #1923.
</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>
<entry>
<title>Removed parameter so CS is always toggled</title>
<updated>2019-03-27T01:46:13+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-27T01:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4cede4747b20a78622dd811b4ab673cfe4e867a'/>
<id>urn:sha1:f4cede4747b20a78622dd811b4ab673cfe4e867a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed parameter so CS is always toggled</title>
<updated>2019-03-27T01:34:07+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-27T01:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2ad16f5c84cd4dc853114e5fc526ab1827580a4'/>
<id>urn:sha1:b2ad16f5c84cd4dc853114e5fc526ab1827580a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Single Byte Boundaries option for certain displays</title>
<updated>2019-03-25T06:59:28+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-25T06:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3329e224ddf352131568a5dd914943bc5194d4d'/>
<id>urn:sha1:c3329e224ddf352131568a5dd914943bc5194d4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added option to toggle cs in displayio init sequence</title>
<updated>2019-03-24T01:34:42+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@melissagirl.com</email>
</author>
<published>2019-03-24T01:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fadb5a102426182f1412adbbe9d57268882f8b5f'/>
<id>urn:sha1:fadb5a102426182f1412adbbe9d57268882f8b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for display rotation and raw commands</title>
<updated>2019-02-01T08:32:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-01T08:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=448ae64d8e2eb0cce9c5bd9dabd7f2354bb48682'/>
<id>urn:sha1:448ae64d8e2eb0cce9c5bd9dabd7f2354bb48682</id>
<content type='text'>
Display rotation is relative to the scan order of the display.
The scan order can be found by scrolling the display with command
0x37 `display_bus.send(0x37, struct.pack("&gt;H", i % 128))`

Fixes #1504
</content>
</entry>
</feed>
