Skip to content
Discussion options

You must be logged in to vote

I want to add a quick update to this. I found a previous post referring to SPI_X not being defined:
#1501. Their code compiled when they rolled back their version to 2.3.7. I did the same and the SPI_X didnt show up anymore, so I'm assuming the latest version may have accidentally reintroduced the same issues in 2.4.0. There were some new issues that popped up when I rolled back to 2.3.7 and tried to compile:

'digitalPinToBitMask' was not declared in this scope
'ltoa' was not declared in this scope

It did suggest alternatives, namely changing digitalPinToBitMask to digitalPinToPinName and ltoa to utoa. I went into the TFT_eSPI.cpp and applied those changes, and it does seem to compile now…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ajrenzo
Comment options

@ajrenzo
Comment options

Answer selected by ajrenzo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment