jottr / 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. Copy all the folders in the lib directory to "C:\User\<YourName>\Documents\Arduino\libraries"
  3. At the top of the sketch, define the model of the board and screen to be used
  4. Select ESP32 Dev Module in the development board, and keep the other options as default
  5. 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
  6. For the version of the board you purchased, please check the product link below
  7. 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 βœ…
T92 V1.0/2.66 Inch Product link Schematic X
T5 V1.02 Product link Schematic βœ…
EPD DISPLAY Product link Schematic X
EPD DISPLAY GPS Product link Schematic X

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_Example2                   # Suitable for all LilyGo electronic paper 
β”œβ”€β”€ GxEPD_EPD_GPS_1.54inch           # EPD + GPS example
β”œβ”€β”€ GxEPD_Example_MP3                # Example of playing MP3 
β”œβ”€β”€ GxEPD_Hello_world                # EPD  Hello world example 
β”œβ”€β”€ GxEPD_RGB_LED                    # RGB LED example 
β”œβ”€β”€ GxEPD_SD_1.02_Example            # 1.02" SD example 
└── GxEPD_Partial_Update_Example     # Partial refresh example 

Change:

  • The current version of LilyGo V2.13, the ink screen version is DEPG0213BN, please select DEPG0213BN in the sketch

About


Languages

Language:HTML 74.7%Language:C++ 18.5%Language:JavaScript 2.6%Language:CSS 2.2%Language:Python 0.9%Language:Makefile 0.6%Language:Awk 0.2%Language:Shell 0.2%Language:C 0.1%