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 have an ESP32 Feather V2. I have the pins 14,15,32 on my board, not the 10,9,8 that the default example uses. I had assumed the #define for ARDUINO_FEATHER_ESP32 would exist, but a print statement shows I was using the default 10,9,8 sequence. Is this #define too narrow for all ESP32 boards you make, or due to pin # problems do you have to specially cater each pin set per board? If the latter, it would be good for the tutorial here to tell us to not rely on the #defines for board type and just modify the default pins to the ones we choose.
The text was updated successfully, but these errors were encountered:
Adafruit-ST7735-Library/examples/graphicstest/graphicstest.ino
Line 40 in c2b3a2c
I have an ESP32 Feather V2. I have the pins 14,15,32 on my board, not the 10,9,8 that the default example uses. I had assumed the #define for ARDUINO_FEATHER_ESP32 would exist, but a print statement shows I was using the default 10,9,8 sequence. Is this #define too narrow for all ESP32 boards you make, or due to pin # problems do you have to specially cater each pin set per board? If the latter, it would be good for the tutorial here to tell us to not rely on the #defines for board type and just modify the default pins to the ones we choose.
The text was updated successfully, but these errors were encountered: