Template: Arduinos Guides for 4.37 e-Paper

From Waveshare Wiki
Jump to: navigation, search

Working With Arduino

Hardware Connection

Use an 8PIN cable to connect, please refer to the pin correspondence table below:

Connect To Arduino
e-Paper Arduino UNO Mega2560
VCC 5V 5V
GND GND GND
DIN D11 D51
CLK D13 D52
CS D10 D10
DC D9 D9
RST D8 D8
BUSY D7 D7

Install IDE

Arduino IDE Windows Install Guide

Run The Program

  • Download the program in Resource, unzip it to the "E-Paper_code" directory, and you can see the following content:

Arduinos Guides for 4.37 e-Paper 001.jpg

  • Open the test program: E-Paper_code\Arduino\epd7in5_V2\epd7in5_V2.ino

Arduinos Guides for 4.37 e-Paper 2.jpg

  • Select the corresponding Board and Port in the Tools in the Arduino IED.

Arduinos Guides for 4.37 e-Paper 003.jpg

  • Finally, click upload, the upload is successful as follows (Arduino 1.8.13).

Arduinos Guides for 4.37 e-Paper 004.jpg