Skip to content
New issue

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

Connection Method Without Using PCB #1

Open
usafflyer1 opened this issue Apr 18, 2024 · 0 comments
Open

Connection Method Without Using PCB #1

usafflyer1 opened this issue Apr 18, 2024 · 0 comments

Comments

@usafflyer1
Copy link

usafflyer1 commented Apr 18, 2024

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).

@usafflyer1 usafflyer1 changed the title None PCB Connection Method Connection Method Without Using PCB Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant