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
Not really so much an issue, but i suspect you could help me out instantly. I want to use a Wemos S2 Mini with the Touchscreen.
I am following a guide which says the following Pins must be used for a ESP32:
T_CLK should be assigned to GPIO25. My research tells me this is ADC2 CH8, DAC1 on a generic ESP32.
I don't know if this pin needs these functionalities.
In the XPT2046_Touchscreen examples, i never saw the Pin definition in the code, which makes me think one can not reconfigure it to a different number.
Can i still use the S2 mini?
many thanks in advance.
The text was updated successfully, but these errors were encountered:
Not really so much an issue, but i suspect you could help me out instantly. I want to use a Wemos S2 Mini with the Touchscreen.
I am following a guide which says the following Pins must be used for a ESP32:
TFT LCD Touchscreen | ESP32
T_IRQ | GPIO 36
T_OUT | GPIO 39
T_DIN | GPIO 32
T_CS | GPIO 33
T_CLK | GPIO 25
SDO(MISO) | GPIO 16
LED | GPIO 21
SCK | GPIO 14
SDI(MOSI) | GPIO 13
D/C | GPIO 2
RESET | GPIO 12
CS | GPIO 15
GND | GND
VCC | 5V (or 3.3V)*
I can not find all of these Pins on an S2:
T_CLK should be assigned to GPIO25. My research tells me this is ADC2 CH8, DAC1 on a generic ESP32.
I don't know if this pin needs these functionalities.
In the XPT2046_Touchscreen examples, i never saw the Pin definition in the code, which makes me think one can not reconfigure it to a different number.
Can i still use the S2 mini?
many thanks in advance.
The text was updated successfully, but these errors were encountered: