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 very simple and straightforward, just plug in a USB cable, load the MicroPython firmware and the required libraries and run your script on 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
✅
Now you can upload examples and write code with the IDE of your choosing!
Inkplate MicroPython Library
GitHub repo for Inkplate MicroPython library