Setting up MicroPython
To get started with MicroPython on your Inkplate, follow the instructions on this page. If you are new to MicroPython, check out our official MicroPython Guide for a full setup and overview on how it works.
Using MicroPython on your Inkplate board is simple: plug in a USB cable, load the MicroPython firmware and required libraries, and run your script on the Inkplate itself.
Installing MicroPython on Inkplate
Guide that walks you through MicroPython setup on your Inkplate
Use the following command to install the MicroPython library for INKPLATE 2:
mpremote mip install github:SolderedElectronics/Inkplate-micropython/Inkplate2
Inkplate MicroPython Library
GitHub repo for Inkplate MicroPython library