Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
epd: add ePaper display support (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored and maruel committed Oct 31, 2018
1 parent ba99d43 commit 170cd77
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 0 deletions.
18 changes: 18 additions & 0 deletions experimental/devices/epd/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Copyright 2018 The Periph Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.

// Package epd controls Waveshare e-paper series displays.
//
// More details
//
// Datasheets
//
// https://www.waveshare.com/w/upload/e/e6/2.13inch_e-Paper_Datasheet.pdf
//
// Product page:
//
// 2.13 Inch version: https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT
//
// 1.54 inch version: https://www.waveshare.com/wiki/1.54inch_e-Paper_Module
package epd
Loading

0 comments on commit 170cd77

Please sign in to comment.