English | 中文
- Install the following two dependencies
- Adafruit-GFX-Library
- please use this branch lewisxhe/fork/GxEPD,Please note that referencing the wrong branch will cause the program to fail to compile
- Copy all the folders in the lib directory to
"C:\User\<YourName>\Documents\Arduino\libraries"
- At the top of the sketch, define the model of the board and screen to be used
- Select
ESP32 Dev Module
in the development board, and keep the other options as default - 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
- For the version of the board you purchased, please check the product link below
- 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.
Name | Product Link |
---|---|
E-Paper-watch | Product link |
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)