Using shield with ESP32 custom pins
FBSeletronica opened this issue · 0 comments
FBSeletronica commented
I'm working on a project with ESP32 and using the shield. I noticed that ESP32 pins are fixed in the library. An alternative to making the pins' selection more flexible is to remove the defines from the pins in the mcufriend_shield.h file and leave it to the developer to define.
What do you think?