Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.13 KB

README.md

File metadata and controls

42 lines (28 loc) · 2.13 KB

🌟LilyGO E-Paper-watch🌟

English | 中文


Quick start ⚡:

  1. Install the following two dependencies
  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.

image1

image2

Product link📷:

Name Product Link
E-Paper-watch Product link

Example description:

examples
├── SimpleTest                   # EPD  Hello world example 
├── NTCPartialTest               # EPD Partial refresh example 
├── WifiSendTest                 # EPD Send pictures by WIFI  
├── WatchDemo                    # EPD Watch example 
└── WatchDemoNoGPS               # EPD Watch example (No gps)