We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use breadboard using display with ESP32 Dev. Would anyone know the pins used in main sketch to correspond to display esp32? Thank you.
I have tried the pins setup below with no success.
For TFT Display: SPI Pins: MOSI: Connected to ESP32 GPIO pin 23 (TFT_MOSI). MISO: Connected to ESP32 GPIO pin 19 (TFT_MISO). SCK: Connected to ESP32 GPIO pin 18 (TFT_SCK). Control Pins: CS (Chip Select): Connected to ESP32 GPIO pin 15 (TFT_CS). DC (Data/Command): Connected to ESP32 GPIO pin 4 (TFT_DC). RESET: Connected to ESP32 GPIO pin 2 (TFT_RST). Backlight Pin: LED_BCKL (Backlight): Typically connected to a PWM-capable GPIO pin on the ESP32 for controlling brightness (TFT_LED_BRIGHTNESS). For Touchscreen Controller (e.g., XPT2046): I2C Pins: SDA: Connected to ESP32 GPIO pin 23 (TOUCH_SDA). SCL: Connected to ESP32 GPIO pin 22 (TOUCH_SCL). Additional Settings: Touchscreen Settings: TOUCH_ROTATION: Specifies touchscreen rotation (TOUCH_ROTATION).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use breadboard using display with ESP32 Dev. Would anyone know the pins used in main sketch to correspond to display esp32? Thank you.
I have tried the pins setup below with no success.
For TFT Display:
SPI Pins:
MOSI: Connected to ESP32 GPIO pin 23 (TFT_MOSI).
MISO: Connected to ESP32 GPIO pin 19 (TFT_MISO).
SCK: Connected to ESP32 GPIO pin 18 (TFT_SCK).
Control Pins:
CS (Chip Select): Connected to ESP32 GPIO pin 15 (TFT_CS).
DC (Data/Command): Connected to ESP32 GPIO pin 4 (TFT_DC).
RESET: Connected to ESP32 GPIO pin 2 (TFT_RST).
Backlight Pin:
LED_BCKL (Backlight): Typically connected to a PWM-capable GPIO pin on the ESP32 for controlling brightness (TFT_LED_BRIGHTNESS).
For Touchscreen Controller (e.g., XPT2046):
I2C Pins:
SDA: Connected to ESP32 GPIO pin 23 (TOUCH_SDA).
SCL: Connected to ESP32 GPIO pin 22 (TOUCH_SCL).
Additional Settings:
Touchscreen Settings:
TOUCH_ROTATION: Specifies touchscreen rotation (TOUCH_ROTATION).
The text was updated successfully, but these errors were encountered: