Jim Mussared
Jim Mussared
See corresponding change in https://github.com/micropython/micropython/pull/9031
Merged in 64e752cce61897410f46b18c1eba4feb19d4e4ac through d080924d12ad5e24d78de77b5e2d1bb24ed79569.
Thanks @peterhinch! It's +444 bytes on PYBV11. There's an issue when fill=0 and you specify coordinates such that it ends up drawing out of bounds because setpixel() doesn't have any...
Thanks @peterhinch -- the quadrant solution is very neat and a great compromise on functionality vs size. I will review in more detail with @mbooth101 's polygon PR too now.
Yes, that sounds great! Thanks @miguelgrinberg
Thanks @miguelgrinberg sorry have been sick for a couple of weeks, looking now.
Please see https://docs.micropython.org/en/latest/library/bluetooth.html#l2cap-connection-oriented-channels l2cap isn't (yet) supported on esp32.
There seems to be two separate points here: 1. Should we allow you to install the "wrong" firmware on a given board. 2. Should there be a way to query...
Some other misc thoughts that don't quite fit into the above: * It would be good to move towards only providing a subset of CPython functionality in our built-in modules,...
> MicroPython is not CPython. I do not like the idea of changing names for long established classes, methods, functions. That would by a big pain for people actually using...