• Home
  • Writing
  • About
  • Links
  • Github

Search Previous post Next post Back to top Share post

MH-ET LIVE/Keyes 1.54 epaper with NodeMcu

2021-05-30
681
学习

epdif.h

// Pin definition
// #define RST_PIN         8
// #define DC_PIN          9
// #define CS_PIN          10
// #define BUSY_PIN        7
#define RST_PIN         5
#define DC_PIN          4
#define CS_PIN          2
#define BUSY_PIN        16

一共8根线:

EPDMCU
VCC3V3
GNDGND
SDID7
SCLKD5
CSD4
D/CD2
ResetD1
BusyD0

本文链接:

https://www.zaigie.com/archives/392/
Copyright © 2022 宅记 2021.  蜀ICP备18030837号-1
  • Home
  • Writing
  • About
  • Links
  • Github