CircuitPython 2.2.4
Another small release for new boards! This release adjusts the status LED brightness. The newer Itsy Bitsy M0 Express, Gemma M0 and Trinket M0 have a new rev of DotStar that changes the brightness curve to be much dimmer at the minimum. The fix finds a middle ground that's not too bright on old ones and not too dim on new ones.
Installation
To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.
Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).
All builds except ESP8266 are available as both UF2 and bin files here along with test builds.
Use the mpy-cross
executables below to pre-compile .py
files to .mpy
files. You might need to do this if your .py
file is too large to compile on the board. Details here. The 2.2.0 mpy-cross
versions are still compatible with this new release.
Changes since 2.2.3
- @tannewt and @dhalbert tweaked the status LED brightness.
- @tuupola, @tannewt, @ladyada and @kattni improved the documentation.
Thanks
Thank you to all who used, tested, contributed helped out, and participated on GitHub and/or discord:
@dhalbert, @tannewt, @kattni, @tuupola, @jerryneedell and @ladyada and surely more we have missed. Join us on the Discord chat to collaborate.
Documentation
Documentation is available in readthedocs.io.
Here are all the changes since 2.2.3.
This release is based on MicroPython 1.9.2. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here).
Troubleshooting
Check out this guide for info on common problems with CircuitPython. If you are still having, then post to the Adafruit Support Forums and join Discord.