For the complete documentation index, see llms.txt. This page is also available as Markdown.

MicroPython Code

MicroPython

MicroPython lets us use both cores of our Pico at the same time, which means we can dedicate one of them to continually updating the display in the background. We can use the other code to run our game logic.

MicroPython Setup

Last updated