-
Notifications
You must be signed in to change notification settings - Fork 197
Home
ZinggJM edited this page Feb 12, 2018
·
2 revisions
- BUSY -> D2, RST -> D4, DC -> D3, CS -> D8, CLK -> D5, DIN -> D7, GND -> GND, 3.3V -> 3.3V
- BUSY -> GPIO4, RST -> GPIO2, DC -> GPIO0, CS -> GPIO15, CLK -> GPIO14, DIN -> GPIO13, GND -> GND, 3.3V -> 3.3V
- NOTE: there are variants with different pins for SPI ! CHECK SPI PINS OF YOUR BOARD
- BUSY -> 4, RST -> 16, DC -> 17, CS -> SS(5), CLK -> SCK(18), DIN -> MOSI(23), GND -> GND, 3.3V -> 3.3V
- BUSY -> A1, RST -> A2, DC -> A3, CS-> A4, CLK -> A5, DIN -> A7
- BUSY -> 7, RST -> 9, DC -> 8, CS-> 10, CLK -> 13, DIN -> 11
connection to the e-Paper display is through DESTM32-S2 connection board, available from Good Display
DESTM32-S2 pinout (top, component side view):
|-------------------------------------------------
| VCC |o o| VCC 5V not needed
| GND |o o| GND GND
| 3.3 |o o| 3.3 3.3V
| nc |o o| nc
| nc |o o| nc
| nc |o o| nc
MOSI | DIN |o o| CLK SCK
SS | CS |o o| DC e.g. D3
D4 | RST |o o| BUSY e.g. D2
| nc |o o| BS GND
|-------------------------------------------------