Hi, I want to see if it's possible to get ink to run on esp32 and similar microcontrollers. Specifically this e-Paper device
https://docs.m5stack.com/en/core/m5paper
I wanted to know if anyone from this project might be able to help me with the some issues.
I've opted for using the platformio IDE which I've had a lot of experience with.
So I've forked this repo, and got quite far getting it to compile on the esp32. I'm down to 3 compiler issues.

The platformio project is here
https://github.com/paulhayes/M5paper-ink-runner
My fork of this library is here:
https://github.com/paulhayes/inkcpp-platformio
To test it,
- Install Microsoft Visual Studio Code
- Install the Platformio extension
- checkout the repo
git clone https://github.com/paulhayes/M5paper-ink-runner
- Instanciate the submodule
git submodule init and git submodule update
- Open the project folder in VSCode
Hi, I want to see if it's possible to get ink to run on esp32 and similar microcontrollers. Specifically this e-Paper device
https://docs.m5stack.com/en/core/m5paper
I wanted to know if anyone from this project might be able to help me with the some issues.
I've opted for using the platformio IDE which I've had a lot of experience with.
So I've forked this repo, and got quite far getting it to compile on the esp32. I'm down to 3 compiler issues.
The platformio project is here
https://github.com/paulhayes/M5paper-ink-runner
My fork of this library is here:
https://github.com/paulhayes/inkcpp-platformio
To test it,
git clone https://github.com/paulhayes/M5paper-ink-runnergit submodule initandgit submodule update