Adafruit SSD1680 Issues

Hi all. I've referenced this topic trying to get the 2.13" Adafruit tri-colour E-Ink display up and running. Unfortunately, it doesn't look like @rickkas7 had a chance to update the library, and when trying to port in @epietrowicz 's suggested changes, I'm getting an error of lib/Adafruit_EPD_RK/src/Adafruit_SSD1680.cpp:188: undefined reference to `Adafruit_EPD::EPD_commandList(unsigned char const*)' Any suggestions on getting this critter up and running?

Thanks,
Peter

I merged the PR and published it as version 2.3.2.

3 Likes

Unfortunately I'm still getting the commandList reference error. Not sure how @epietrowicz worked around that.

What device and Device OS are you using? Which development environment?

Are you able to build the FeatherWingTest in Adafruit_EPD_RK? I just tested building that on Boron 6.2.0 and it compiled without errors.

I'm on VSCode/Workbench, latest version. Building for Boron 6.1.1. Well this is odd. I can compile the FeatherWingTest. Tried cleaning my build, still the same error. Rather confused here.