v0.0.2 Alpha
This release is for the MicroPython firmware. It reverts the hack to gc_heap
since the display buffer should be allocated as a bytearray
in Python.
It also includes the ujson
module.
pimoroni-pico-micropython.uf2
is our build of Pico MicroPython including all of the modules in this GitHub repository. It is built against the pico_user_c_modules
branch of Pico MicroPython using the patches from this PR: raspberrypi/micropython#3
And this make
invocation:
make USER_C_MODULES=../../../pimoroni-pico/micropython/modules/