Skip to content

Xinyuan-LilyGO/T5-Ink-Screen-Series

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 92.9%
  • C++ 5.3%
  • HTML 1.5%
  • Shell 0.1%
  • CSS 0.1%
  • JavaScript 0.1%