You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't compile any sketch using TFT_eSPI library when LOLIN D32 Pro is selected as a board.
Conflicting pin names produce unrecoverable errors at compilation.
This issue describes very well the problem, and while the suggested solution works, it isn't appropriate for extended uses (e.g. enable/disable psram)
Note that this situation also conflicts with a few other libraries (most are Adafruit).
Board: Lolin D32 Pro
IDE name: Arduino 1.8.5
I can't compile any sketch using TFT_eSPI library when
LOLIN D32 Pro
is selected as a board.Conflicting pin names produce unrecoverable errors at compilation.
This issue describes very well the problem, and while the suggested solution works, it isn't appropriate for extended uses (e.g. enable/disable psram)
Note that this situation also conflicts with a few other libraries (most are Adafruit).
Editing /variants/d32_pro/pins_arduino.h file to use defines solved this for me:
Is that worth a pull request?
The text was updated successfully, but these errors were encountered: