Skip to content
Discussion options

You must be logged in to vote

SPIClassRP2040 SPIn(spi0, EPD_BUSY, EPD_CS, EPD_SCK, EPD_MOSI);

Is local to setup() in your code. It is no longer valid outside setup(). Needs to be in global scope.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samherrmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants