2019.06.24
This commit is contained in:
parent
e945bfbbf3
commit
1f82e4a488
2990 changed files with 667957 additions and 444550 deletions
20
Arduino UNO/epd4in2bc/epd4in2b/readme.md
Normal file
20
Arduino UNO/epd4in2bc/epd4in2b/readme.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# GDEW042Z15 4.2" e-paper display (B) library for Arduino
|
||||
GDEW042Z15 4.2" e-paper display (B) library for Arduino
|
||||
## Hardware connection (e-Paper --> Arduino)
|
||||
3.3V --> 3V3
|
||||
GND --> GND
|
||||
DIN --> D11
|
||||
CLK --> D13
|
||||
CS --> D10
|
||||
DC --> D9
|
||||
RST --> D8
|
||||
BUSY --> D7
|
||||
## Expected result
|
||||
1. Copy the libraries file of Arduino demo code to the libraries folder
|
||||
(C:\users\username\documents\arduino\libraries by default. You can also
|
||||
specify the location on
|
||||
Arduino IDE --> File --> Preferences --> Sketchbook location).
|
||||
2. File > Examples > epd4in2b > epd4in2b-demo
|
||||
3. Upload the project.
|
||||
4. The e-Paper will display images.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue