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
To display the configuration correctly, you'll need to install the TFT_eSPI library.
Option 1: Install via Arduino Library Manager
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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:
2. User_Setup_Select.h:
Uncomment the following line:
The text was updated successfully, but these errors were encountered: