<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 6.0.0-beta.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-beta.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-beta.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-01T18:04:21+00:00</updated>
<entry>
<title>Merge branch 'main' into framebuffer-zero-size</title>
<updated>2020-10-01T18:04:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-10-01T18:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c27e3857b6d2a1d162f8ea977ca1e99cbfb6417b'/>
<id>urn:sha1:c27e3857b6d2a1d162f8ea977ca1e99cbfb6417b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update shared-bindings/rgbmatrix/RGBMatrix.c</title>
<updated>2020-10-01T15:59:02+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-10-01T15:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e477d27be36cf78ac4a7166aa18604b2f0bc910a'/>
<id>urn:sha1:e477d27be36cf78ac4a7166aa18604b2f0bc910a</id>
<content type='text'>
Co-authored-by: Scott Shawcroft &lt;scott@tannewt.org&gt;</content>
</entry>
<entry>
<title>Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107</title>
<updated>2020-09-30T19:03:10+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-09-30T19:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ac3c36d64cf4be13e7a1ebc0c47fb546e689134'/>
<id>urn:sha1:5ac3c36d64cf4be13e7a1ebc0c47fb546e689134</id>
<content type='text'>
New quirk for sh1107</content>
</entry>
<entry>
<title>Ran pre-commit locally</title>
<updated>2020-09-30T18:06:13+00:00</updated>
<author>
<name>Mark Roberts</name>
<email>mdroberts1243@gmail.com</email>
</author>
<published>2020-09-29T19:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f19a8a7600ad59851953a7c0454d09245eadf4d'/>
<id>urn:sha1:9f19a8a7600ad59851953a7c0454d09245eadf4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio.CAN: clarify read-only status of several properties</title>
<updated>2020-09-30T01:13:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-30T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88cbf772dfb5bcfd020c42c2470d0287c4b780a8'/>
<id>urn:sha1:88cbf772dfb5bcfd020c42c2470d0287c4b780a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rgbmatrix: Check that the number of rgb pins is supported.</title>
<updated>2020-09-30T00:55:31+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T00:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e4b9c168912799d126894dbdf44f6af5c5d4878d'/>
<id>urn:sha1:e4b9c168912799d126894dbdf44f6af5c5d4878d</id>
<content type='text'>
Having zero RGB pins may not have been caught, nor having a non-multiple-of-6
value.  Generally, users will only have 6 RGB pins unless they are driving
multiple matrices in parallel.  No existing breakouts exist to do this, and
there are probably not any efficient pinouts to be had anyway.
</content>
</entry>
<entry>
<title>rgbmatrix: validate width= constructor parameter</title>
<updated>2020-09-30T00:44:25+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T23:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=176b3376113180ab38fe1c43e2947d358ff041fe'/>
<id>urn:sha1:176b3376113180ab38fe1c43e2947d358ff041fe</id>
<content type='text'>
In #3482, @cwalther noted that, hypothetically, a zero byte allocation
could be made in the RGBMatrix constructor.  Ensure that width is positive.
Height was already checked against the number of RGB pins if it was specified,
so zero is ruled out there as well.
</content>
</entry>
<entry>
<title>canio: doc improvement -- don't needlessly call out deinit behavior</title>
<updated>2020-09-29T19:32:27+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d79f4e26621681d80e72a614ca8f2210ac4ca02f'/>
<id>urn:sha1:d79f4e26621681d80e72a614ca8f2210ac4ca02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: actually drop the _error_count properties</title>
<updated>2020-09-29T19:25:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=611f81ac1afce82b74acbe8b282fef5300dac4d9'/>
<id>urn:sha1:611f81ac1afce82b74acbe8b282fef5300dac4d9</id>
<content type='text'>
thanks @tannewt
</content>
</entry>
<entry>
<title>Allow the _state_count properties to be unimplemented</title>
<updated>2020-09-29T19:05:50+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bea099eb201526a777f3d30b8a9e017724aaa9d'/>
<id>urn:sha1:1bea099eb201526a777f3d30b8a9e017724aaa9d</id>
<content type='text'>
This is the case on the SPI implementations MCP2515 and MCP2518.
</content>
</entry>
</feed>
