horacezh / LilyGo-T5-Epaper-Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟LilyGo T5 Epaper Series🌟

English | δΈ­ζ–‡


Quick start ⚑:

  1. Install the following two dependencies
    • Adafruit-GFX-Library
    • For the 1.54" red black and white, the sample program uses GxEPD2 as the driver, you need to install ZinggJM/GxEPD2, for other models, please use this branch lewisxhe/fork/GxEPD,Please note that referencing the wrong branch will cause the program to fail to compile
  2. At the top of the sketch, define the model of the board and screen to be used
  3. Select ESP32 Dev Module in the development board, and keep the other options as default
  4. If you do not find the ESP32 series in the development board, then you should see the following installation method How to install ESP32 in ArduinoIDE
  5. For the version of the board you purchased, please check the product link below
  6. When you think there is a problem with your board, you can pull the binary file corresponding to your screen model in the firmware directory, follow the SETTING.png settings in the directory, download it to the board, and then observe the execution.

Product linkπŸ“·:

Examples Product Link Schematic Status
T5 V2.2 Product link Schematic βœ…
T5 V2.3 Product link Schematic βœ…
T5 V2.4 Product link Schematic βœ…
T5 V2.8 Product link Schematic βœ…

Example description:

examples
β”œβ”€β”€ GxEPD2_Z90_Eaxmple               # 1.54" red black and white three-color electronic paper example, 
β”œβ”€β”€ GxEPD_Example                    # Suitable for all LilyGo electronic paper 
β”œβ”€β”€ GxEPD_Example_MP3                # Example of playing MP3 
β”œβ”€β”€ GxEPD_U8G2_Fonts_Example         # U8g2 font example 
└── GxEPD_Partial_Update_Example     # Partial refresh example 

About