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

Add Steps for Installing and Configuring TFT_eSPI Library #1

Open
Ehsan-Nezami opened this issue Oct 20, 2024 · 0 comments
Open

Add Steps for Installing and Configuring TFT_eSPI Library #1

Ehsan-Nezami opened this issue Oct 20, 2024 · 0 comments

Comments

@Ehsan-Nezami
Copy link

Hi, I noticed that there isn't a clear explanation for setting up the display configuration, so I wanted to share some steps that might help others:

Step 1: Install the Required Library

To display the configuration correctly, you'll need to install the TFT_eSPI library.

Option 1: Install via Arduino Library Manager

  1. Open Arduino IDE.
  2. Go to Sketch > Include Library > Manage Libraries.
  3. In the Library Manager, type "TFT_eSPI" in the search box.
  4. Find TFT_eSPI by Bodmer in the list, then click Install.

Step 2: Configure the Library

To configure it for this project, you'll need to modify two files:

1. User_Setup.h:
Comment out the following line:

#define ILI9341_DRIVER  // Generic driver for common displays

2. User_Setup_Select.h:
Uncomment the following line:

#include <User_Setups/Setup25_TTGO_T_Display.h>  // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT
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