<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio/display_core.c, branch 5.3.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-04-14T23:24:54+00:00</updated>
<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: make 'rotation' property settable</title>
<updated>2019-12-16T21:23:41+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-12-16T21:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a63da7a6c0e0537cbefaafb724d722f9587b82a2'/>
<id>urn:sha1:a63da7a6c0e0537cbefaafb724d722f9587b82a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supervisor: move most of systick to the supervisor</title>
<updated>2019-11-18T17:01:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-11-18T14:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7f744a2369a5036cadfa05575da1704f709c98bb'/>
<id>urn:sha1:7f744a2369a5036cadfa05575da1704f709c98bb</id>
<content type='text'>
This code is shared by most parts, except where not all the #ifdefs
inside the tick function were present in all ports.  This mostly would
have broken gamepad tick support on non-samd ports.

The "ms32" and "ms64" variants of the tick functions are introduced
because there is no 64-bit atomic read.  Disabling interrupts avoids
a low probability bug where milliseconds could be off by ~49.5 days
once every ~49.5 days (2^32 ms).

Avoiding disabling interrupts when only the low 32 bits are needed is a minor
optimization.

Testing performed: on metro m4 express, USB still works and
time.monotonic_ns() still counts up
</content>
</entry>
<entry>
<title>Merge pull request #2101 from matthewnewberg/display_io_dither</title>
<updated>2019-09-09T17:11:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-09-09T17:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ad860a96331f2f0967382e565ebed9b0de5fb4c'/>
<id>urn:sha1:6ad860a96331f2f0967382e565ebed9b0de5fb4c</id>
<content type='text'>
Add random dithering to ColorConverter</content>
</entry>
<entry>
<title>Capture rotation</title>
<updated>2019-09-03T16:35:41+00:00</updated>
<author>
<name>Dave Astels</name>
<email>dastels@daveastels.com</email>
</author>
<published>2019-09-03T16:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b318896b8509df07630d7ee1d27ab46b6dcba1c1'/>
<id>urn:sha1:b318896b8509df07630d7ee1d27ab46b6dcba1c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add random dithering to ColorConverter</title>
<updated>2019-09-01T02:07:09+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-01T02:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d87bfaf4800b3ed169831ba3ccdd4c52772cafe4'/>
<id>urn:sha1:d87bfaf4800b3ed169831ba3ccdd4c52772cafe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework based on Dan's review</title>
<updated>2019-08-23T22:27:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-23T22:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7324b70a7c231a20be971ed81050c8359b87aaab'/>
<id>urn:sha1:7324b70a7c231a20be971ed81050c8359b87aaab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regular display fixes including refresh tweaks</title>
<updated>2019-08-22T21:25:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-22T07:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d836fa248d10b8943945423a069a3fba387f8a2'/>
<id>urn:sha1:8d836fa248d10b8943945423a069a3fba387f8a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refresh ePaper displays once code.py is done running</title>
<updated>2019-08-22T21:23:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-21T04:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24b30965c41ae32b82c56b166f3287cf2c14f419'/>
<id>urn:sha1:24b30965c41ae32b82c56b166f3287cf2c14f419</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework refresh API and factor common display stuff out</title>
<updated>2019-08-22T21:23:27+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-17T01:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36a23e0fe3914b43645e51bf23a4d8bfec2db2c9'/>
<id>urn:sha1:36a23e0fe3914b43645e51bf23a4d8bfec2db2c9</id>
<content type='text'>
NOT TESTED! Just compiles

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