|
under construction ESP 32 Graphicsin Arduino IDE
Tested on
The manualAll examples from TFT_eSPI can be found here: Src folder list: here StatusAs time of writing its tested with
Step by step installWe will install TFT_eSPI by Bomer Tak a look or search in Arduino library manager
ESP32-S3 T-Display extra SW to be installedFor the ESP32-S3 T-Display you need to download and install one more library. See lilygo-s3-t-display/s3display.html Configuration to your controllerYou must edit two files in the library sec your path to … sketchbook/libraries/TFT_eSPI The two files are
Look in Src folder list: here You will something like
examples
graphics
analogclock.ino
meter
meter.ino
lilygo-T-Display-S3
User_Setup.h
User_Setup_Select.h
ttgo-t1
User_Setup.h
User_Setup_Select.h
So here you can pick up the precooked setup files. XXXXXXXXXXXXXXXXXXXxxxx About graphics ESP32 graphics setupWe are using TFT_eSPI library which is in the Arduino package system. Config: fragment from the config files In User_Setup.h uncomment for the divice you are using // JDNMOD ONLY ONE BELOW // JDNMOD nov 2020/2024 for TTGO T1 below #include <User_Setups/Setup25_TTGO_T_Display.h> // JDN Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT // JDN nov 2020 //JDNMOD sep 24 for Se T-Display //#include <User_Setups/Setup206_LilyGo_T_Display_S3.h> // JDN Setup file for ESP32-S3 lilygo T-Display //JDN ENDE In User_Setup_Select.h uncomment for the divice you are using // JDNMOD ONLY ONE BELOW // JDNMOD belowfor TTGO T1 //#include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT // JDNMOD ENDE //JDNMOD BELOW sep 24 for S3 T-Display //#include <User_Setups/Setup206_LilyGo_T_Display_S3.h> // For the LilyGo T-Display S3 based ESP32S3 with ST7789 170 x 320 TFT // JDNMOD ENDE ESP32-S3 T-Display extrasFor the ESP32-S3 T-Display you need to download and install one more library. See lilygo-s3-t-display/s3display.html A copy of the library as zipfile T-Display-S3-main.zip BOOT PROBLEMS
For the TTGO the same procedure
So just swapped compared to the lilygo New
Re Open sourceMuch of the esp32 code libraries is open but the code close to HW (wifi,…) is closed source. XXXXXXXXXXXXXXXXXXXXXx
Libs to be installedSee in Ard lib manager
StatusAs time of writing its tested with
Config filesConfig files are located in on your machine in …./sketchbook/libraries/TFT_eSPI LOOK for comment with JDN to see what I have activated in the Setup Files You need edit User_Setup.h and User_Select.h acc to our display or just copy the prepared files you can find below in the list so Look in the folderlist for lilygo-T-Display-S3 or ttgo-t1
Src folder list: here ESP32-S3 T-Display extra SW to be installedFor the ESP32-S3 T-Display you need to download and install one more library. See lilygo-s3-t-display/s3display.html A copy of the library as zipfile T-Display-S3-main.zip ExamplesTested examples in the examples folder in Src folder list: here Config: fragment from the config files In User_Setup.h uncomment for the divice you are using // JDNMOD ONLY ONE BELOW // JDNMOD nov 2020/2024 for TTGO T1 below #include <User_Setups/Setup25_TTGO_T_Display.h> // JDN Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT // JDN nov 2020 //JDNMOD sep 24 for Se T-Display //#include <User_Setups/Setup206_LilyGo_T_Display_S3.h> // JDN Setup file for ESP32-S3 lilygo T-Display //JDN ENDE In User_Setup_Select.h uncomment for the divice you are using // JDNMOD ONLY ONE BELOW // JDNMOD belowfor TTGO T1 //#include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT // JDNMOD ENDE //JDNMOD BELOW sep 24 for S3 T-Display //#include <User_Setups/Setup206_LilyGo_T_Display_S3.h> // For the LilyGo T-Display S3 based ESP32S3 with ST7789 170 x 320 TFT // JDNMOD ENDE New
Re Open sourceMuch of the esp32 code libraries is open but the code close to HW (wifi,…) is closed source. |