<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/displayio/Display.h, branch 6.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-25T02:07:33+00:00</updated>
<entry>
<title>Mostly-working-version with comments</title>
<updated>2020-09-25T02:07:33+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>mdroberts1243@gmail.com</email>
</author>
<published>2020-09-25T02:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=06a3d152664a97cc0a2f2faee86d2f5ea4e063e2'/>
<id>urn:sha1:06a3d152664a97cc0a2f2faee86d2f5ea4e063e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit bool column_and_page_addressing</title>
<updated>2020-09-21T22:42:16+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>mdroberts1243@gmail.com</email>
</author>
<published>2020-09-21T22:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f21dc253e094854670b829f6258aac3722eefc26'/>
<id>urn:sha1:f21dc253e094854670b829f6258aac3722eefc26</id>
<content type='text'>
</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>Switch SPI to polling DMA and enable displayio</title>
<updated>2020-06-24T20:10:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-24T19:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed6e81d688469138b555f3579b1083f521485382'/>
<id>urn:sha1:ed6e81d688469138b555f3579b1083f521485382</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>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>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>
<entry>
<title>Begin refresh rework.</title>
<updated>2019-08-22T21:08:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-14T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c247e7df9c043dc6a452a6cabc7bf232c0e9e085'/>
<id>urn:sha1:c247e7df9c043dc6a452a6cabc7bf232c0e9e085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EPaper displays work mostly.</title>
<updated>2019-08-22T21:08:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-02T23:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=70680d5b22aa6cb797ccf26645d553a4c72b5100'/>
<id>urn:sha1:70680d5b22aa6cb797ccf26645d553a4c72b5100</id>
<content type='text'>
</content>
</entry>
</feed>
