Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From the Library Manager, search for the TFT_eSPI library by Bodmer and click Install.

After installing the library, browse to it's location and modify the User_Setup_Select.h file.

Comment out the line:

//#include <User_Setup.h>


Uncomment the line:

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


Save.




Color Picker Example

...