Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • So what I have done is followed all of the instructions in the link sent and the board not has its own serial COM port and does work with a very basic blink example program which does not include any libraries at all. the error to do with Adafruit_Arcada' does not name a type;. The next problem occuring is that now another error message is coming up within the code which I am not too sure it is trying to say: Commented Jan 3, 2021 at 15:58
  • Arduino\libraries\Adafruit_EPD\src\Adafruit_EPD.cpp: In member function 'void Adafruit_EPD::csHigh()': and libraries\Adafruit_EPD\src\Adafruit_EPD.cpp:649:12: error: 'class Adafruit_SPIDevice' has no member named 'endTransaction'. Commented Jan 3, 2021 at 16:02
  • Something is telling me that something is either out of date or I might have potentially installed something wrong because in the guide that was sent there is 5 examples within the adafruit arcada library. But with the one I have installed, there is lots of examples. The guide itself was not updated too long ago. The arcada library I have installed is the one installed from the library manger and the version of the library is 2.5.0. Perhaps the library is too update to date compared to the one in the guide which potentially might be more out of date. Commented Jan 3, 2021 at 16:06