<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module, branch 6.2.0-beta.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-01-26T20:35:26+00:00</updated>
<entry>
<title>rgbmatrix: Eliminate some duplicated height-calculating code</title>
<updated>2021-01-26T20:35:26+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-26T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20c9f25a654df33e4fb719edfeaad8c4d4396f5e'/>
<id>urn:sha1:20c9f25a654df33e4fb719edfeaad8c4d4396f5e</id>
<content type='text'>
This was hard to write, so let's have it written in 2 places instead
of 4.
</content>
</entry>
<entry>
<title>RGBMatrix: Additional tile tweaks</title>
<updated>2021-01-26T20:33:48+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-26T20:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=368977fb906e6561bd67977a47dc0b415547cc33'/>
<id>urn:sha1:368977fb906e6561bd67977a47dc0b415547cc33</id>
<content type='text'>
 * Introduce explicit serpentine: bool argument instead of using negative
   numbers (thanks, ghost of @tannewt sitting on one shoulder)
 * Fix several calculations of height

Testing performed (matrixportal):
 * set up a serpentine 64x64 virtual display with 2 64x32 tiles
 * tried all 4 rotations
 * looked at output of REPL
</content>
</entry>
<entry>
<title>protmatter: Update to version that supports tiling</title>
<updated>2021-01-26T15:19:44+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-26T15:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=51f054440516d21bd2e8d07a3e6f1f8e3acfbd55'/>
<id>urn:sha1:51f054440516d21bd2e8d07a3e6f1f8e3acfbd55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4051 from jamesbowman/main</title>
<updated>2021-01-25T22:44:48+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-01-25T22:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4241fd4b18a9057bcd836b81c651cfb363ba8828'/>
<id>urn:sha1:4241fd4b18a9057bcd836b81c651cfb363ba8828</id>
<content type='text'>
EVE: change fixed-point integer arguments to floating point </content>
</entry>
<entry>
<title>Merge pull request #3936 from gamblor21/busdevice_fixes</title>
<updated>2021-01-25T22:41:53+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-01-25T22:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2ac2da7ccd3ffe60cfa56efd321cd967a8bc4a5'/>
<id>urn:sha1:a2ac2da7ccd3ffe60cfa56efd321cd967a8bc4a5</id>
<content type='text'>
Changing adafruit_bus_device to duck typing</content>
</entry>
<entry>
<title>Change from fixed-point integer arguments to floating point in EVE API functions</title>
<updated>2021-01-22T23:52:46+00:00</updated>
<author>
<name>James Bowman</name>
<email>jamesb@excamera.com</email>
</author>
<published>2021-01-22T23:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dff3423c231c07751175ded39a18beef28aecd4f'/>
<id>urn:sha1:dff3423c231c07751175ded39a18beef28aecd4f</id>
<content type='text'>
Changed calls: PointSize(), LineWidth(), VertexTranslateX() and VertexTranslateY()
Units for all the above are now pixels, not fixed-point integers. This matches OpenGL.
Docstrings updated accordingly
</content>
</entry>
<entry>
<title>Fix warnings that come from -O3 (I think)</title>
<updated>2021-01-21T03:16:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-21T01:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b4ad1ed0399dc77632bf7dca61b269517320ad9'/>
<id>urn:sha1:2b4ad1ed0399dc77632bf7dca61b269517320ad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial RP2040 support</title>
<updated>2021-01-21T03:16:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-21T00:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=733094aead6e84b42da54655b2b0a5d0dbd1a503'/>
<id>urn:sha1:733094aead6e84b42da54655b2b0a5d0dbd1a503</id>
<content type='text'>
The RP2040 is new microcontroller from Raspberry Pi that features
two Cortex M0s and eight PIO state machines that are good for
crunching lots of data. It has 264k RAM and a built in UF2
bootloader too.

Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
</content>
</entry>
<entry>
<title>handle exttype &amp; chunk long reads</title>
<updated>2021-01-18T18:13:16+00:00</updated>
<author>
<name>Bernhard Boser</name>
<email>boser@berkeley.edu</email>
</author>
<published>2021-01-18T18:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=41459d15d9c3bdbcbd82aa05be60f95391bd8b99'/>
<id>urn:sha1:41459d15d9c3bdbcbd82aa05be60f95391bd8b99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes from draft PR</title>
<updated>2021-01-16T20:21:57+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-01-09T16:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d3995eaf9748f641355a92c2929f3330a027b586'/>
<id>urn:sha1:d3995eaf9748f641355a92c2929f3330a027b586</id>
<content type='text'>
</content>
</entry>
</feed>
