<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers/display, branch 3.0.0-alpha.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-06T01:48:44+00:00</updated>
<entry>
<title>drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.</title>
<updated>2017-10-06T01:48:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-06T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca2427c31399834bcc7df6177b3314aa7242046e'/>
<id>urn:sha1:ca2427c31399834bcc7df6177b3314aa7242046e</id>
<content type='text'>
The poweroff() and poweron() methods are used to do soft power control of
the display, and this patch makes these methods work the same for both I2C
and SPI interfaces.
</content>
</entry>
<entry>
<title>drivers/display/ssd1306: Implement SSD1306_I2C poweron method.</title>
<updated>2017-10-06T01:47:22+00:00</updated>
<author>
<name>Tiago Queiroz</name>
<email>contato@tiago.eti.br</email>
</author>
<published>2017-02-05T01:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7df4083ac6344944e895b5911d59b64b68c8c134'/>
<id>urn:sha1:7df4083ac6344944e895b5911d59b64b68c8c134</id>
<content type='text'>
After a poweroff(), the poweron() method does a soft power-on and any
previous state of the display persists.
</content>
</entry>
<entry>
<title>drivers/display/ssd1306.py: Improve performance of graphics methods.</title>
<updated>2017-09-25T06:13:32+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2017-09-15T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fa03fee77ff5ac49a0daa544951468f4c193b68'/>
<id>urn:sha1:8fa03fee77ff5ac49a0daa544951468f4c193b68</id>
<content type='text'>
It removes the need for a wrapper Python function to dispatch to the
framebuf method which makes each function call a bit faster, roughly 2.5x.
This patch also adds the rest of the framebuf methods to the SSD class.
</content>
</entry>
<entry>
<title>drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).</title>
<updated>2017-05-21T14:44:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-23T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c9ee497562ab49c00d190ff91b6689979f922f4'/>
<id>urn:sha1:1c9ee497562ab49c00d190ff91b6689979f922f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr_test: Allow test to take orientation parameter.</title>
<updated>2017-05-17T09:54:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T09:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55dd83a7bac340cbc85a8abafb1ff4eb2a187ce6'/>
<id>urn:sha1:55dd83a7bac340cbc85a8abafb1ff4eb2a187ce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.</title>
<updated>2017-05-17T09:53:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-17T09:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f351c6db5e4c0bf75d5d647e69a047da739606a8'/>
<id>urn:sha1:f351c6db5e4c0bf75d5d647e69a047da739606a8</id>
<content type='text'>
The docs are updated and describe the new behaviour of these methods.
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Add check that JPEG size is less than 65536.</title>
<updated>2017-02-27T07:39:35+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-27T07:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=528aeb3bf3e42c235f5822de04b16778d284a7df'/>
<id>urn:sha1:528aeb3bf3e42c235f5822de04b16778d284a7df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Fix bug with save_to_flash method.</title>
<updated>2017-02-24T06:22:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-24T06:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8400d0461d3bb444f10242c82c5c44d4d7cbef16'/>
<id>urn:sha1:8400d0461d3bb444f10242c82c5c44d4d7cbef16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().</title>
<updated>2017-02-21T06:40:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-21T06:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0a6dda115e34436cc1774661a57348aee9dbb81'/>
<id>urn:sha1:b0a6dda115e34436cc1774661a57348aee9dbb81</id>
<content type='text'>
Fixes issues #2880 and #2881.
</content>
</entry>
<entry>
<title>drivers/display/lcd160cr: Use correct variable in set_power().</title>
<updated>2017-02-17T05:54:05+00:00</updated>
<author>
<name>Stephan Brauer</name>
<email>stebra42@gmail.com</email>
</author>
<published>2017-02-16T20:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f3e07f17d545d78fa031c1eba8e907a7cd08808'/>
<id>urn:sha1:8f3e07f17d545d78fa031c1eba8e907a7cd08808</id>
<content type='text'>
</content>
</entry>
</feed>
