项目作者: wiless

项目描述 :
A golang library for eInk Paper display from waveshare ( www.waveshare.com)
高级语言: Go
项目地址: git://github.com/wiless/waveshare.git
创建时间: 2017-11-03T10:29:46Z
项目社区:https://github.com/wiless/waveshare

开源协议:

下载


waveshare

A golang library for eInk Paper display from waveshare ( www.waveshare.com)

There are lot of ePaper displays available online.

Pin Diagram

  1. VCC 3.3V
  2. GND Ground
  3. DIN SPI MOSI pin
  4. CLK SPI SCK pin
  5. CS SPI chip selection, low active
  6. DC Data/Command selection (high for data, low for command)
  7. RST External reset, low active
  8. BUSY Busy status output, high active
  9. # PI3
  10. RST_PIN = 17 // GPIO_17
  11. DC_PIN = 25 // GPIO_25
  12. CS_PIN = 8 // GPIO_8
  13. BUSY_PIN = 24 // GPIO_24

Pin Diagram Reference
image