All Projects → Xinyuan-LilyGO → T5-Ink-Screen-Series

Xinyuan-LilyGO / T5-Ink-Screen-Series

Licence: MIT license
TTGO T5 V2.2 ESP32 2.9“EPaper Plus

Esp badge

Use Arduino IDE

  1. Install the correct serial port driver CP210X Driver
  2. For the first use, you need to select the model you are using at the top of main.cpp, and select the corresponding screen header file
  3. Change src/main.cpp to src.ino
  4. Copy the files in the lib directory to ~/Arduino/libraries, Windows users copy to Documents/Arduino/libraries
  5. Double-click to open src/src.ino
  6. Change the port to the correct port and select upload
  7. Put the data folder in the src directory
  8. Use Arduino ESP32 Sketch data Upload files,if you not install,Download ESP32FS-vX.zip,Extract to <C:\Users\Your User Name\Documents\Arduino\tools>,Open Ardunio IDE, Tools -> ESP32 Sketch data Upload -> Upload

Use PlatformIO

  1. Install the correct serial port driver CP210X Driver
  2. For the first use, you need to select the model you are using at the top of main.cpp, and select the corresponding screen header file
  3. Open directly to change your serial port in platformio.ini, click compile
  4. Terminal run platformio.exe run --target uploadfs to upload the FS file to ESP32

Library link used :

Configure Badge Website

  • Configure the badge by entering http://ttgo.local or ip address in your browser.

  • The display will be refreshed after submission

  • Page1

  • Page2

CAUTION:

  • Currently only supports 100*100 size BMP format as image file for uploading
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].